|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.office.LoftReader
public class LoftReader
The class reads a text:illustration-index
or
text:table-index
element.
Field Summary | |
---|---|
private boolean |
bIsByChapter
|
private boolean |
bIsTableIndex
|
private boolean |
bUseCaption
|
private org.w3c.dom.Element |
indexBody
|
private org.w3c.dom.Element |
indexTitleTemplate
|
private org.w3c.dom.Element |
loftEntryTemplate
|
private org.w3c.dom.Element |
loftSource
|
private java.lang.String |
sCaptionSequenceName
|
private java.lang.String |
sName
|
private java.lang.String |
sStyleName
|
Constructor Summary | |
---|---|
LoftReader(org.w3c.dom.Element onode)
Initialize the LoftReader with a illustration/table index node |
Method Summary | |
---|---|
java.lang.String |
getCaptionSequenceName()
Get the sequence name to use for the caption |
org.w3c.dom.Element |
getIndexBody()
Return the generated content of this loft, if available |
org.w3c.dom.Element |
getIndexTitleTemplate()
Get the index title template for this loft |
org.w3c.dom.Element |
getLoftEntryTemplate(int nLevel)
Get the entry template for this loft at a specific level |
java.lang.String |
getName()
Get the (section) name for this loft |
java.lang.String |
getStyleName()
Get the (section) style name for this loft |
boolean |
isByChapter()
Is this loft by chapter? |
boolean |
isTableIndex()
Is this a table index or a figure index? |
boolean |
useCaption()
Is this loft generated by captions? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.w3c.dom.Element loftSource
private org.w3c.dom.Element indexBody
private java.lang.String sName
private java.lang.String sStyleName
private boolean bUseCaption
private java.lang.String sCaptionSequenceName
private boolean bIsByChapter
private org.w3c.dom.Element indexTitleTemplate
private org.w3c.dom.Element loftEntryTemplate
private boolean bIsTableIndex
Constructor Detail |
---|
public LoftReader(org.w3c.dom.Element onode)
Initialize the LoftReader with a illustration/table index node
onode
- a text:*-index
Method Detail |
---|
public java.lang.String getName()
Get the (section) name for this loft
public java.lang.String getStyleName()
Get the (section) style name for this loft
public boolean isTableIndex()
Is this a table index or a figure index?
public boolean isByChapter()
Is this loft by chapter?
public boolean useCaption()
Is this loft generated by captions? (otherwise: by object names)
public java.lang.String getCaptionSequenceName()
Get the sequence name to use for the caption
public org.w3c.dom.Element getIndexTitleTemplate()
Get the index title template for this loft
text:index-title-template
element, or nullpublic org.w3c.dom.Element getLoftEntryTemplate(int nLevel)
Get the entry template for this loft at a specific level
nLevel
- the outline level
text:table-of-content-entry-template
element, or nullpublic org.w3c.dom.Element getIndexBody()
Return the generated content of this loft, if available
text:index-body
element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |