public class Document extends Container
children, skipIfEmpty, stringIfEmpty, title
dgElement, ignore, loop, titlePrefix, titleSuffix, useContextNameAsTitle
Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
void |
accept(IModelVisitor v) |
boolean |
getChunkFirstSections() |
int |
getChunkSectionDepth() |
java.lang.String |
getFooter() |
boolean |
getGenNewImage() |
java.lang.String |
getHeader() |
DocumentMeta |
getMetadata() |
java.lang.Boolean |
getRemoveBlankPages() |
java.lang.String |
getSubfooter() |
java.lang.String |
getSubheader() |
int |
getTocSectionDepth() |
boolean |
getUseDefaultStylesheet() |
boolean |
isProduct() |
void |
setChunkFirstSections(boolean chunkFirstSections) |
void |
setChunkSectionDepth(int chunkSectionDepth) |
void |
setFooter(java.lang.String footer) |
void |
setGenNewImage(boolean n) |
void |
setHeader(java.lang.String header) |
void |
setMetadata(DocumentMeta metadata) |
void |
setProduct(boolean product) |
void |
setRemoveBlankPages(java.lang.String s) |
void |
setSubfooter(java.lang.String subfooter) |
void |
setSubheader(java.lang.String subheader) |
void |
setTocSectionDepth(int tocSectionDepth) |
void |
setUseDefaultStylesheet(boolean s) |
java.lang.String |
toStringStart() |
addElement, getChildren, getSkipIfEmpty, getStringIfEmpty, getTitle, isEmpty, setSkipIfEmpty, setStringIfEmpty, setTitle, toStringEnd
getDgElement, getIgnore, getLoop, getTitlePrefix, getTitleSuffix, getUseContextNameAsTitle, setDgElement, setIgnore, setLoop, setTitlePrefix, setTitleSuffix, setUseContextNameAsTitle, toString
public boolean isProduct()
public void setProduct(boolean product)
public java.lang.String getHeader()
public void setHeader(java.lang.String header)
public java.lang.String getFooter()
public void setFooter(java.lang.String footer)
public java.lang.String getSubheader()
public void setSubheader(java.lang.String subheader)
public java.lang.String getSubfooter()
public void setSubfooter(java.lang.String subfooter)
public boolean getChunkFirstSections()
public void setChunkFirstSections(boolean chunkFirstSections)
public int getChunkSectionDepth()
public void setChunkSectionDepth(int chunkSectionDepth)
public int getTocSectionDepth()
public void setTocSectionDepth(int tocSectionDepth)
public boolean getUseDefaultStylesheet()
public java.lang.Boolean getRemoveBlankPages()
public void setRemoveBlankPages(java.lang.String s)
public void setUseDefaultStylesheet(boolean s)
public boolean getGenNewImage()
public void setGenNewImage(boolean n)
public DocumentMeta getMetadata()
public void setMetadata(DocumentMeta metadata)
public void accept(IModelVisitor v)
public java.lang.String toStringStart()
toStringStart
in class Container