public class DRTableOfContentsHeading extends Object implements DRITableOfContentsHeading
DRTableOfContentsHeading class.
| Constructor and Description |
|---|
DRTableOfContentsHeading() |
| Modifier and Type | Method and Description |
|---|---|
DRIExpression<?> |
getCustomValueExpression()
getCustomValueExpression.
|
DRIExpression<String> |
getLabelExpression()
getLabelExpression.
|
DRTableOfContentsHeading |
getParentHeading()
getParentHeading.
|
void |
setCustomValueExpression(DRIExpression<?> customValueExpression)
Setter for the field
customValueExpression. |
void |
setLabelExpression(DRIExpression<String> labelExpression)
Setter for the field
labelExpression. |
void |
setParentHeading(DRTableOfContentsHeading parentHeading)
Setter for the field
parentHeading. |
public DRTableOfContentsHeading getParentHeading()
getParentHeading.
getParentHeading in interface DRITableOfContentsHeadingDRITableOfContentsHeading object.public void setParentHeading(DRTableOfContentsHeading parentHeading)
Setter for the field parentHeading.
parentHeading - a DRTableOfContentsHeading object.public DRIExpression<String> getLabelExpression()
getLabelExpression.
getLabelExpression in interface DRITableOfContentsHeadingDRIExpression object.public void setLabelExpression(DRIExpression<String> labelExpression)
Setter for the field labelExpression.
labelExpression - a DRIExpression object.public DRIExpression<?> getCustomValueExpression()
getCustomValueExpression.
getCustomValueExpression in interface DRITableOfContentsHeadingDRIExpression object.public void setCustomValueExpression(DRIExpression<?> customValueExpression)
Setter for the field customValueExpression.
customValueExpression - a DRIExpression object.Copyright © 2010–2021. All rights reserved.