public interface Document extends StructuralNode
SUBSTITUTION_ATTRIBUTES, SUBSTITUTION_MACROS, SUBSTITUTION_POST_REPLACEMENTS, SUBSTITUTION_QUOTES, SUBSTITUTION_REPLACEMENTS, SUBSTITUTION_SPECIAL_CHARACTERS| Modifier and Type | Method and Description |
|---|---|
boolean |
basebackend(java.lang.String backend)
Deprecated.
Please use
isBasebackend(String) |
java.lang.String |
doctitle()
Deprecated.
Please use
getDoctitle() |
int |
getAndIncrementCounter(java.lang.String name)
Gets the current counter with the given name and increases its value.
|
int |
getAndIncrementCounter(java.lang.String name,
int initialValue)
Gets the current counter with the given name and increases its value.
|
java.lang.String |
getDoctitle() |
java.util.Map<java.lang.Object,java.lang.Object> |
getOptions() |
Title |
getStructuredDoctitle() |
boolean |
isBasebackend(java.lang.String backend) |
boolean |
isSourcemap() |
void |
setSourcemap(boolean state)
Toggles the sourcemap option.
|
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, setIdTitle getStructuredDoctitle()
Titlejava.lang.String getDoctitle()
Title@Deprecated java.lang.String doctitle()
getDoctitle()Titleboolean isBasebackend(java.lang.String backend)
@Deprecated boolean basebackend(java.lang.String backend)
isBasebackend(String)java.util.Map<java.lang.Object,java.lang.Object> getOptions()
int getAndIncrementCounter(java.lang.String name)
name - int getAndIncrementCounter(java.lang.String name,
int initialValue)
name - initialValue - boolean isSourcemap()
void setSourcemap(boolean state)
state - The state in which to put the sourcemap (true = on, false = off).