Docmosis API 4.8.0

com.docmosis.template.analysis
Class SimpleTemplateTableRow

java.lang.Object
  extended by com.docmosis.template.analysis.SimpleTemplateSection
      extended by com.docmosis.template.analysis.SimpleTemplateContainer
          extended by com.docmosis.template.analysis.SimpleTemplateTableRow
All Implemented Interfaces:
TemplateSection, com.docmosis.template.analysis.TemplateTableRow, Serializable

public class SimpleTemplateTableRow
extends com.docmosis.template.analysis.SimpleTemplateContainer
implements com.docmosis.template.analysis.TemplateTableRow

A section representing a table row

See Also:
Serialized Form

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

SimpleTemplateTableRow

public SimpleTemplateTableRow()
Method Detail

getLeftBorderStyle

public String getLeftBorderStyle()

setLeftBorderStyle

public void setLeftBorderStyle(String leftBorder)

getRightBorderStyle

public String getRightBorderStyle()

setRightBorderStyle

public void setRightBorderStyle(String rightBorder)

isKeepRowTogetherStyleSet

public boolean isKeepRowTogetherStyleSet()

setKeepRowTogetherStyleSet

public void setKeepRowTogetherStyleSet(boolean keepRowTogetherStyleSet)

equals

public boolean equals(Object other,
                      boolean ignorePosition)
Description copied from interface: TemplateSection
Determine if this object is equal to the given object optionally ignoring positional information.

Specified by:
equals in interface TemplateSection
Overrides:
equals in class com.docmosis.template.analysis.SimpleTemplateContainer
Parameters:
other - the other object to compare
ignorePosition - if true, positional information will not be compared
Returns:
true if the objects are equivlent ignoring position.

hashCode

public int hashCode()
Overrides:
hashCode in class com.docmosis.template.analysis.SimpleTemplateSection

Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.