public interface Section extends StructuralNode
SUBSTITUTION_ATTRIBUTES, SUBSTITUTION_MACROS, SUBSTITUTION_POST_REPLACEMENTS, SUBSTITUTION_QUOTES, SUBSTITUTION_REPLACEMENTS, SUBSTITUTION_SPECIAL_CHARACTERS| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
int |
getNumber()
Deprecated.
Please use
getNumeral() |
java.lang.String |
getNumeral()
Section numeral.
|
java.lang.String |
getSectionName() |
int |
index()
Deprecated.
Please use
getIndex() |
boolean |
isNumbered() |
boolean |
isSpecial() |
int |
number()
Deprecated.
Please use
getNumber() |
boolean |
numbered()
Deprecated.
Please use
isNumbered() |
java.lang.String |
sectname()
Deprecated.
Please use
getSectionName() |
boolean |
special()
Deprecated.
Please use
isSpecial() |
addSubstitution, append, blocks, content, convert, findBy, getBlocks, getCaption, getContent, getContentModel, getLevel, getSourceLocation, getStyle, getSubstitutions, getTitle, isSubstitutionEnabled, prependSubstitution, removeSubstitution, setCaption, setStyle, setSubstitutions, setTitle, style, titleaddRole, context, document, getAttr, getAttr, getAttr, getAttribute, getAttribute, getAttribute, getAttributes, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasAttr, hasAttr, hasAttribute, hasAttribute, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isAttribute, isAttribute, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setAttribute, setId@Deprecated int index()
getIndex()int getIndex()
@Deprecated int number()
getNumber()@Deprecated int getNumber()
getNumeral()java.lang.String getNumeral()
@Deprecated java.lang.String sectname()
getSectionName()java.lang.String getSectionName()
@Deprecated boolean special()
isSpecial()boolean isSpecial()
@Deprecated boolean numbered()
isNumbered()boolean isNumbered()