public interface Block extends StructuralNode
SUBSTITUTION_ATTRIBUTES, SUBSTITUTION_MACROS, SUBSTITUTION_POST_REPLACEMENTS, SUBSTITUTION_QUOTES, SUBSTITUTION_REPLACEMENTS, SUBSTITUTION_SPECIAL_CHARACTERS| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getLines() |
java.lang.String |
getSource() |
java.util.List<java.lang.String> |
lines()
Deprecated.
Please use
getLines() |
void |
setLines(java.util.List<java.lang.String> lines)
Sets the source lines of the Block.
|
void |
setSource(java.lang.String source)
Sets the source of the ListItem.
|
java.lang.String |
source()
Deprecated.
Please use
getSource() |
addSubstitution, append, blocks, content, convert, findBy, getBlocks, getContent, getContentModel, getLevel, getSourceLocation, getStyle, getSubstitutions, getTitle, isSubstitutionEnabled, prependSubstitution, removeSubstitution, 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, setIdjava.util.List<java.lang.String> lines()
getLines()java.util.List<java.lang.String> getLines()
void setLines(java.util.List<java.lang.String> lines)
lines - The source of this Block, substitutions will still be applied.java.lang.String source()
getSource()java.lang.String getSource()
void setSource(java.lang.String source)
source - The source of this ListItem, substitutions will still be applied.