|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.template.analysis.SimpleTemplateSection
com.docmosis.template.analysis.SimpleTemplateContainer
com.docmosis.template.analysis.SimpleTemplateTableRow
public class SimpleTemplateTableRow
A section representing a table row
Field Summary |
---|
Fields inherited from class com.docmosis.template.analysis.SimpleTemplateSection |
---|
artificial, conditional, container, depth, endIndex, parentSection, parsedFieldDetails, postAmbleStartIdx, preAmbleEndIdx, repeatable, skipPreAndPostAmble, skipSection, startIndex, subSections |
Constructor Summary | |
---|---|
SimpleTemplateTableRow()
|
Method Summary | |
---|---|
boolean |
equals(Object other,
boolean ignorePosition)
Determine if this object is equal to the given object optionally ignoring positional information. |
String |
getLeftBorderStyle()
|
String |
getRightBorderStyle()
|
int |
hashCode()
|
boolean |
isKeepRowTogetherStyleSet()
|
void |
setKeepRowTogetherStyleSet(boolean keepRowTogetherStyleSet)
|
void |
setLeftBorderStyle(String leftBorder)
|
void |
setRightBorderStyle(String rightBorder)
|
Methods inherited from class com.docmosis.template.analysis.SimpleTemplateContainer |
---|
hasFields, isPopulable, shallowCopyFrom |
Methods inherited from class com.docmosis.template.analysis.SimpleTemplateSection |
---|
addSection, addSection, addSectionPositioned, addSectionPositioned, appendToBuffer, appendToBuffer, encapsulates, equals, getDepth, getEndIndex, getLength, getParentSection, getParsedFieldDetails, getPostAmbleStartIdx, getPreAmbleEndIdx, getStartIndex, getSubSections, isArtificial, isConditional, isContainer, isRepeatable, isSkipSection, removeSection, setArtificial, setConditional, setDepth, setEndIndex, setParentSection, setParsedFieldDetails, setPostAmbleStartIdx, setPreAmbleEndIdx, setRepeatable, setSkipPreAndPostAmble, setSkipSection, setStartIndex, setSubSections, shallowCopyFrom, skipPreAndPostAmble, subSectionsEqual, toDebugString, wrapOverlappedSections |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.docmosis.template.analysis.TemplateSection |
---|
getEndIndex, getLength, getParsedFieldDetails, getPostAmbleStartIdx, getPreAmbleEndIdx, getStartIndex, getSubSections, isArtificial, isConditional, isContainer, isPopulable, isRepeatable, isSkipSection, skipPreAndPostAmble |
Constructor Detail |
---|
public SimpleTemplateTableRow()
Method Detail |
---|
public String getLeftBorderStyle()
public void setLeftBorderStyle(String leftBorder)
public String getRightBorderStyle()
public void setRightBorderStyle(String rightBorder)
public boolean isKeepRowTogetherStyleSet()
public void setKeepRowTogetherStyleSet(boolean keepRowTogetherStyleSet)
public boolean equals(Object other, boolean ignorePosition)
TemplateSection
equals
in interface TemplateSection
equals
in class com.docmosis.template.analysis.SimpleTemplateContainer
other
- the other object to compareignorePosition
- if true, positional information will not be compared
public int hashCode()
hashCode
in class com.docmosis.template.analysis.SimpleTemplateSection
|
Docmosis API 4.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |