writer2latex.office
Class LoftReader
java.lang.Object
writer2latex.office.LoftReader
public class LoftReader
extends java.lang.Object
The class reads a text:illustration-index
or
text:table-index
element.
LoftReader(Element onode) - Initialize the LoftReader with a illustration/table index node
|
LoftReader
public LoftReader(Element onode)
Initialize the LoftReader with a illustration/table index node
getCaptionSequenceName
public String getCaptionSequenceName()
Get the sequence name to use for the caption
getIndexBody
public Element getIndexBody()
Return the generated content of this loft, if available
- the
text:index-body
element
getIndexTitleTemplate
public Element getIndexTitleTemplate()
Get the index title template for this loft
- the
text:index-title-template
element, or null
getLoftEntryTemplate
public Element getLoftEntryTemplate(int nLevel)
Get the entry template for this loft at a specific level
nLevel
- the outline level
- the
text:table-of-content-entry-template
element, or null
getName
public String getName()
Get the (section) name for this loft
getStyleName
public String getStyleName()
Get the (section) style name for this loft
- name of the section style to use for this loft
isByChapter
public boolean isByChapter()
Is this loft by chapter?
- true if the scope is a chapter only
isTableIndex
public boolean isTableIndex()
Is this a table index or a figure index?
- true if it's a table index
useCaption
public boolean useCaption()
Is this loft generated by captions? (otherwise: by object names)