Interface StyleProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
StylePropertiesImpl

public interface StyleProperties extends Serializable
The interface Style properties.
  • Method Details

    • getStyle

      String getStyle()
      Gets style.
      Returns:
      the style
    • setStyle

      void setStyle(String style)
      Sets style.
      Parameters:
      style - the style to set
    • getFont

      String getFont()
      Gets font.
      Returns:
      the font
    • setFont

      void setFont(String font)
      Sets font.
      Parameters:
      font - the font to set
    • getLigatures

      Integer getLigatures()
      Gets ligatures.
      Returns:
      the ligatures
    • setLigatures

      void setLigatures(Integer ligatures)
      Sets ligatures.
      Parameters:
      ligatures - the ligatures to set
    • getHyphenCapitalized

      Integer getHyphenCapitalized()
      Gets hyphen capitalized.
      Returns:
      the hyphenCapitalized
    • setHyphenCapitalized

      void setHyphenCapitalized(Integer hyphenCapitalized)
      Sets hyphen capitalized.
      Parameters:
      hyphenCapitalized - the hyphenCapitalized to set
    • getNoBreak

      Integer getNoBreak()
      Gets no break.
      Returns:
      the noBreak
    • setNoBreak

      void setNoBreak(Integer noBreak)
      Sets no break.
      Parameters:
      noBreak - the noBreak to set
    • getKeepTogether

      Integer getKeepTogether()
      Gets keep together.
      Returns:
      the keepTogether
    • setKeepTogether

      void setKeepTogether(Integer keepTogether)
      Sets keep together.
      Parameters:
      keepTogether - the keepTogether to set
    • getStrikethru

      Integer getStrikethru()
      Gets strikethru.
      Returns:
      the strikethru
    • setStrikethru

      void setStrikethru(Integer strikethru)
      Sets strikethru.
      Parameters:
      strikethru - the strikethru to set
    • getKeeplinesTogether

      Integer getKeeplinesTogether()
      Gets keeplines together.
      Returns:
      the keeplinesTogether
    • setKeeplinesTogether

      void setKeeplinesTogether(Integer keeplinesTogether)
      Sets keeplines together.
      Parameters:
      keeplinesTogether - the keeplinesTogether to set
    • getStrokeOverprint

      Integer getStrokeOverprint()
      Gets stroke overprint.
      Returns:
      the strokeOverprint
    • setStrokeOverprint

      void setStrokeOverprint(Integer strokeOverprint)
      Sets stroke overprint.
      Parameters:
      strokeOverprint - the strokeOverprint to set
    • getOverprint

      Integer getOverprint()
      Gets overprint.
      Returns:
      the overprint
    • setOverprint

      void setOverprint(Integer overprint)
      Sets overprint.
      Parameters:
      overprint - the overprint to set
    • getAbovelineOverprint

      Integer getAbovelineOverprint()
      Gets aboveline overprint.
      Returns:
      the abovelineOverprint
    • setAbovelineOverprint

      void setAbovelineOverprint(Integer abovelineOverprint)
      Sets aboveline overprint.
      Parameters:
      abovelineOverprint - the abovelineOverprint to set
    • getBelowlineOverprint

      Integer getBelowlineOverprint()
      Gets belowline overprint.
      Returns:
      the belowlineOverprint
    • setBelowlineOverprint

      void setBelowlineOverprint(Integer belowlineOverprint)
      Sets belowline overprint.
      Parameters:
      belowlineOverprint - the belowlineOverprint to set
    • getAbovelineOn

      Integer getAbovelineOn()
      Gets aboveline on.
      Returns:
      the abovelineOn
    • setAbovelineOn

      void setAbovelineOn(Integer abovelineOn)
      Sets aboveline on.
      Parameters:
      abovelineOn - the abovelineOn to set
    • getBelowlineOn

      Integer getBelowlineOn()
      Gets belowline on.
      Returns:
      the belowlineOn
    • setBelowlineOn

      void setBelowlineOn(Integer belowlineOn)
      Sets belowline on.
      Parameters:
      belowlineOn - the belowlineOn to set
    • getHyphenLast

      Integer getHyphenLast()
      Gets hyphen last.
      Returns:
      the hyphenLast
    • setHyphenLast

      void setHyphenLast(Integer hyphenLast)
      Sets hyphen last.
      Parameters:
      hyphenLast - the hyphenLast to set
    • getOtfOrdinal

      Integer getOtfOrdinal()
      Gets otf ordinal.
      Returns:
      the otfOrdinal
    • setOtfOrdinal

      void setOtfOrdinal(Integer otfOrdinal)
      Sets otf ordinal.
      Parameters:
      otfOrdinal - the otfOrdinal to set
    • getOtfFraction

      Integer getOtfFraction()
      Gets otf fraction.
      Returns:
      the otfFraction
    • setOtfFraction

      void setOtfFraction(Integer otfFraction)
      Sets otf fraction.
      Parameters:
      otfFraction - the otfFraction to set
    • getOtfLigature

      Integer getOtfLigature()
      Gets otf ligature.
      Returns:
      the otfLigature
    • setOtfLigature

      void setOtfLigature(Integer otfLigature)
      Sets otf ligature.
      Parameters:
      otfLigature - the otfLigature to set
    • getOtfTitling

      Integer getOtfTitling()
      Gets otf titling.
      Returns:
      the otfTitling
    • setOtfTitling

      void setOtfTitling(Integer otfTitling)
      Sets otf titling.
      Parameters:
      otfTitling - the otfTitling to set
    • getBalancedLines

      Integer getBalancedLines()
      Gets balanced lines.
      Returns:
      the balancedLines
    • setBalancedLines

      void setBalancedLines(Integer balancedLines)
      Sets balanced lines.
      Parameters:
      balancedLines - the balancedLines to set
    • getAbovelineGapoverprint

      Integer getAbovelineGapoverprint()
      Gets aboveline gapoverprint.
      Returns:
      the abovelineGapoverprint
    • setAbovelineGapoverprint

      void setAbovelineGapoverprint(Integer abovelineGapoverprint)
      Sets aboveline gapoverprint.
      Parameters:
      abovelineGapoverprint - the abovelineGapoverprint to set
    • getBelowlineGapoverprint

      Integer getBelowlineGapoverprint()
      Gets belowline gapoverprint.
      Returns:
      the belowlineGapoverprint
    • setBelowlineGapoverprint

      void setBelowlineGapoverprint(Integer belowlineGapoverprint)
      Sets belowline gapoverprint.
      Parameters:
      belowlineGapoverprint - the belowlineGapoverprint to set
    • getOtfContext

      Integer getOtfContext()
      Gets otf context.
      Returns:
      the otfContext
    • setOtfContext

      void setOtfContext(Integer otfContext)
      Sets otf context.
      Parameters:
      otfContext - the otfContext to set
    • getUnderlineGapoverprint

      Integer getUnderlineGapoverprint()
      Gets underline gapoverprint.
      Returns:
      the underlineGapoverprint
    • setUnderlineGapoverprint

      void setUnderlineGapoverprint(Integer underlineGapoverprint)
      Sets underline gapoverprint.
      Parameters:
      underlineGapoverprint - the underlineGapoverprint to set
    • getUnderlineOverprint

      Integer getUnderlineOverprint()
      Gets underline overprint.
      Returns:
      the underlineOverprint
    • setUnderlineOverprint

      void setUnderlineOverprint(Integer underlineOverprint)
      Sets underline overprint.
      Parameters:
      underlineOverprint - the underlineOverprint to set
    • getStrikethroughGapoverprint

      Integer getStrikethroughGapoverprint()
      Gets strikethrough gapoverprint.
      Returns:
      the strikethroughGapoverprint
    • setStrikethroughGapoverprint

      void setStrikethroughGapoverprint(Integer strikethroughGapoverprint)
      Sets strikethrough gapoverprint.
      Parameters:
      strikethroughGapoverprint - the strikethroughGapoverprint to set
    • getStrikethroughOverprint

      Integer getStrikethroughOverprint()
      Gets strikethrough overprint.
      Returns:
      the strikethroughOverprint
    • setStrikethroughOverprint

      void setStrikethroughOverprint(Integer strikethroughOverprint)
      Sets strikethrough overprint.
      Parameters:
      strikethroughOverprint - the strikethroughOverprint to set
    • getVerticalGlyphs

      Integer getVerticalGlyphs()
      Gets vertical glyphs.
      Returns:
      the verticalGlyphs
    • setVerticalGlyphs

      void setVerticalGlyphs(Integer verticalGlyphs)
      Sets vertical glyphs.
      Parameters:
      verticalGlyphs - the verticalGlyphs to set
    • getOpentypePositioning

      Integer getOpentypePositioning()
      Gets opentype positioning.
      Returns:
      the opentypePositioning
    • setOpentypePositioning

      void setOpentypePositioning(Integer opentypePositioning)
      Sets opentype positioning.
      Parameters:
      opentypePositioning - the opentypePositioning to set
    • getOpentypeLocale

      Integer getOpentypeLocale()
      Gets opentype locale.
      Returns:
      the opentypeLocale
    • setOpentypeLocale

      void setOpentypeLocale(Integer opentypeLocale)
      Sets opentype locale.
      Parameters:
      opentypeLocale - the opentypeLocale to set
    • getHyphenCrossFrames

      Integer getHyphenCrossFrames()
      Gets hyphen cross frames.
      Returns:
      the hyphenCrossFrames
    • setHyphenCrossFrames

      void setHyphenCrossFrames(Integer hyphenCrossFrames)
      Sets hyphen cross frames.
      Parameters:
      hyphenCrossFrames - the hyphenCrossFrames to set
    • getAbovelineKeepInFrame

      Integer getAbovelineKeepInFrame()
      Gets aboveline keep in frame.
      Returns:
      the abovelineKeepInFrame
    • setAbovelineKeepInFrame

      void setAbovelineKeepInFrame(Integer abovelineKeepInFrame)
      Sets aboveline keep in frame.
      Parameters:
      abovelineKeepInFrame - the abovelineKeepInFrame to set
    • getIgnoreEdgeAlign

      Integer getIgnoreEdgeAlign()
      Gets ignore edge align.
      Returns:
      the ignoreEdgeAlign
    • setIgnoreEdgeAlign

      void setIgnoreEdgeAlign(Integer ignoreEdgeAlign)
      Sets ignore edge align.
      Parameters:
      ignoreEdgeAlign - the ignoreEdgeAlign to set
    • getOpentypeSlashZero

      Integer getOpentypeSlashZero()
      Gets opentype slash zero.
      Returns:
      the opentypeSlashZero
    • setOpentypeSlashZero

      void setOpentypeSlashZero(Integer opentypeSlashZero)
      Sets opentype slash zero.
      Parameters:
      opentypeSlashZero - the opentypeSlashZero to set
    • getOpentypeHistorical

      Integer getOpentypeHistorical()
      Gets opentype historical.
      Returns:
      the opentypeHistorical
    • setOpentypeHistorical

      void setOpentypeHistorical(Integer opentypeHistorical)
      Sets opentype historical.
      Parameters:
      opentypeHistorical - the opentypeHistorical to set
    • getKeepWithPrevious

      Integer getKeepWithPrevious()
      Gets keep with previous.
      Returns:
      the keepWithPrevious
    • setKeepWithPrevious

      void setKeepWithPrevious(Integer keepWithPrevious)
      Sets keep with previous.
      Parameters:
      keepWithPrevious - the keepWithPrevious to set
    • getOpentypeSwash

      Integer getOpentypeSwash()
      Gets opentype swash.
      Returns:
      the opentypeSwash
    • setOpentypeSwash

      void setOpentypeSwash(Integer opentypeSwash)
      Sets opentype swash.
      Parameters:
      opentypeSwash - the opentypeSwash to set
    • getIndexMark

      Integer getIndexMark()
      Gets index mark.
      Returns:
      the indexMark
    • setIndexMark

      void setIndexMark(Integer indexMark)
      Sets index mark.
      Parameters:
      indexMark - the indexMark to set
    • getListNumberingContinue

      Integer getListNumberingContinue()
      Gets list numbering continue.
      Returns:
      the listNumberingContinue
    • setListNumberingContinue

      void setListNumberingContinue(Integer listNumberingContinue)
      Sets list numbering continue.
      Parameters:
      listNumberingContinue - the listNumberingContinue to set
    • getListNumberingRestart

      Integer getListNumberingRestart()
      Gets list numbering restart.
      Returns:
      the listNumberingRestart
    • setListNumberingRestart

      void setListNumberingRestart(Integer listNumberingRestart)
      Sets list numbering restart.
      Parameters:
      listNumberingRestart - the listNumberingRestart to set
    • getDropcapChars

      Integer getDropcapChars()
      Gets dropcap chars.
      Returns:
      the dropcapChars
    • setDropcapChars

      void setDropcapChars(Integer dropcapChars)
      Sets dropcap chars.
      Parameters:
      dropcapChars - the dropcapChars to set
    • getDropcapLines

      Integer getDropcapLines()
      Gets dropcap lines.
      Returns:
      the dropcapLines
    • setDropcapLines

      void setDropcapLines(Integer dropcapLines)
      Sets dropcap lines.
      Parameters:
      dropcapLines - the dropcapLines to set
    • getHyphenLadder

      Integer getHyphenLadder()
      Gets hyphen ladder.
      Returns:
      the hyphenLadder
    • setHyphenLadder

      void setHyphenLadder(Integer hyphenLadder)
      Sets hyphen ladder.
      Parameters:
      hyphenLadder - the hyphenLadder to set
    • getMinBefore

      Integer getMinBefore()
      Gets min before.
      Returns:
      the minBefore
    • setMinBefore

      void setMinBefore(Integer minBefore)
      Sets min before.
      Parameters:
      minBefore - the minBefore to set
    • getMinAfter

      Integer getMinAfter()
      Gets min after.
      Returns:
      the minAfter
    • setMinAfter

      void setMinAfter(Integer minAfter)
      Sets min after.
      Parameters:
      minAfter - the minAfter to set
    • getShortestWord

      Integer getShortestWord()
      Gets shortest word.
      Returns:
      the shortestWord
    • setShortestWord

      void setShortestWord(Integer shortestWord)
      Sets shortest word.
      Parameters:
      shortestWord - the shortestWord to set
    • getKeepWithNext

      Integer getKeepWithNext()
      Gets keep with next.
      Returns:
      the keepWithNext
    • setKeepWithNext

      void setKeepWithNext(Integer keepWithNext)
      Sets keep with next.
      Parameters:
      keepWithNext - the keepWithNext to set
    • getKeepFirstNLines

      Integer getKeepFirstNLines()
      Gets keep first n lines.
      Returns:
      the keepFirstNLines
    • setKeepFirstNLines

      void setKeepFirstNLines(Integer keepFirstNLines)
      Sets keep first n lines.
      Parameters:
      keepFirstNLines - the keepFirstNLines to set
    • getKeepLastNLines

      Integer getKeepLastNLines()
      Gets keep last n lines.
      Returns:
      the keepLastNLines
    • setKeepLastNLines

      void setKeepLastNLines(Integer keepLastNLines)
      Sets keep last n lines.
      Parameters:
      keepLastNLines - the keepLastNLines to set
    • getHyphenWeight

      Integer getHyphenWeight()
      Gets hyphen weight.
      Returns:
      the hyphenWeight
    • setHyphenWeight

      void setHyphenWeight(Integer hyphenWeight)
      Sets hyphen weight.
      Parameters:
      hyphenWeight - the hyphenWeight to set
    • getSpanColumn

      Integer getSpanColumn()
      Gets span column.
      Returns:
      the spanColumn
    • setSpanColumn

      void setSpanColumn(Integer spanColumn)
      Sets span column.
      Parameters:
      spanColumn - the spanColumn to set
    • getSpanColumnCount

      Integer getSpanColumnCount()
      Gets span column count.
      Returns:
      the spanColumnCount
    • setSpanColumnCount

      void setSpanColumnCount(Integer spanColumnCount)
      Sets span column count.
      Parameters:
      spanColumnCount - the spanColumnCount to set
    • getStrokeAlignment

      Integer getStrokeAlignment()
      Gets stroke alignment.
      Returns:
      the strokeAlignment
    • setStrokeAlignment

      void setStrokeAlignment(Integer strokeAlignment)
      Sets stroke alignment.
      Parameters:
      strokeAlignment - the strokeAlignment to set
    • getOutlineJoin

      Integer getOutlineJoin()
      Gets outline join.
      Returns:
      the outlineJoin
    • setOutlineJoin

      void setOutlineJoin(Integer outlineJoin)
      Sets outline join.
      Parameters:
      outlineJoin - the outlineJoin to set
    • getListStartAt

      Integer getListStartAt()
      Gets list start at.
      Returns:
      the listStartAt
    • setListStartAt

      void setListStartAt(Integer listStartAt)
      Sets list start at.
      Parameters:
      listStartAt - the listStartAt to set
    • getListBulletAlign

      String getListBulletAlign()
      Gets list bullet align.
      Returns:
      the listBulletAlign
    • setListBulletAlign

      void setListBulletAlign(String listBulletAlign)
      Sets list bullet align.
      Parameters:
      listBulletAlign - the listBulletAlign to set
    • getListNumberAlign

      String getListNumberAlign()
      Gets list number align.
      Returns:
      the listNumberAlign
    • setListNumberAlign

      void setListNumberAlign(String listNumberAlign)
      Sets list number align.
      Parameters:
      listNumberAlign - the listNumberAlign to set
    • getSize

      Double getSize()
      Gets size.
      Returns:
      the size
    • setSize

      void setSize(Double size)
      Sets size.
      Parameters:
      size - the size to set
    • getGlyphscaleX

      Double getGlyphscaleX()
      Gets glyphscale x.
      Returns:
      the glyphscaleX
    • setGlyphscaleX

      void setGlyphscaleX(Double glyphscaleX)
      Sets glyphscale x.
      Parameters:
      glyphscaleX - the glyphscaleX to set
    • getGlyphscaleY

      Double getGlyphscaleY()
      Gets glyphscale y.
      Returns:
      the glyphscaleY
    • setGlyphscaleY

      void setGlyphscaleY(Double glyphscaleY)
      Sets glyphscale y.
      Parameters:
      glyphscaleY - the glyphscaleY to set
    • getContour

      Double getContour()
      Gets contour.
      Returns:
      the contour
    • setContour

      void setContour(Double contour)
      Sets contour.
      Parameters:
      contour - the contour to set
    • getTrackkern

      Double getTrackkern()
      Gets trackkern.
      Returns:
      the trackkern
    • setTrackkern

      void setTrackkern(Double trackkern)
      Sets trackkern.
      Parameters:
      trackkern - the trackkern to set
    • getIndentLeft

      Double getIndentLeft()
      Gets indent left.
      Returns:
      the indentLeft
    • setIndentLeft

      void setIndentLeft(Double indentLeft)
      Sets indent left.
      Parameters:
      indentLeft - the indentLeft to set
    • getIndentRight

      Double getIndentRight()
      Gets indent right.
      Returns:
      the indentRight
    • setIndentRight

      void setIndentRight(Double indentRight)
      Sets indent right.
      Parameters:
      indentRight - the indentRight to set
    • getIndentFirst

      Double getIndentFirst()
      Gets indent first.
      Returns:
      the indentFirst
    • setIndentFirst

      void setIndentFirst(Double indentFirst)
      Sets indent first.
      Parameters:
      indentFirst - the indentFirst to set
    • getAutoLeading

      Double getAutoLeading()
      Gets auto leading.
      Returns:
      the autoLeading
    • setAutoLeading

      void setAutoLeading(Double autoLeading)
      Sets auto leading.
      Parameters:
      autoLeading - the autoLeading to set
    • getLeading

      Double getLeading()
      Gets leading.
      Returns:
      the leading
    • setLeading

      void setLeading(Double leading)
      Sets leading.
      Parameters:
      leading - the leading to set
    • getWordspaceDesired

      Double getWordspaceDesired()
      Gets wordspace desired.
      Returns:
      the wordspaceDesired
    • setWordspaceDesired

      void setWordspaceDesired(Double wordspaceDesired)
      Sets wordspace desired.
      Parameters:
      wordspaceDesired - the wordspaceDesired to set
    • getWordspaceMax

      Double getWordspaceMax()
      Gets wordspace max.
      Returns:
      the wordspaceMax
    • setWordspaceMax

      void setWordspaceMax(Double wordspaceMax)
      Sets wordspace max.
      Parameters:
      wordspaceMax - the wordspaceMax to set
    • getWordspaceMin

      Double getWordspaceMin()
      Gets wordspace min.
      Returns:
      the wordspaceMin
    • setWordspaceMin

      void setWordspaceMin(Double wordspaceMin)
      Sets wordspace min.
      Parameters:
      wordspaceMin - the wordspaceMin to set
    • getLetterspaceDesired

      Double getLetterspaceDesired()
      Gets letterspace desired.
      Returns:
      the letterspaceDesired
    • setLetterspaceDesired

      void setLetterspaceDesired(Double letterspaceDesired)
      Sets letterspace desired.
      Parameters:
      letterspaceDesired - the letterspaceDesired to set
    • getLetterspaceMin

      Double getLetterspaceMin()
      Gets letterspace min.
      Returns:
      the letterspaceMin
    • setLetterspaceMin

      void setLetterspaceMin(Double letterspaceMin)
      Sets letterspace min.
      Parameters:
      letterspaceMin - the letterspaceMin to set
    • getLetterspaceMax

      Double getLetterspaceMax()
      Gets letterspace max.
      Returns:
      the letterspaceMax
    • setLetterspaceMax

      void setLetterspaceMax(Double letterspaceMax)
      Sets letterspace max.
      Parameters:
      letterspaceMax - the letterspaceMax to set
    • getGlyphscaleDesired

      Double getGlyphscaleDesired()
      Gets glyphscale desired.
      Returns:
      the glyphscaleDesired
    • setGlyphscaleDesired

      void setGlyphscaleDesired(Double glyphscaleDesired)
      Sets glyphscale desired.
      Parameters:
      glyphscaleDesired - the glyphscaleDesired to set
    • getGlyphscaleMin

      Double getGlyphscaleMin()
      Gets glyphscale min.
      Returns:
      the glyphscaleMin
    • setGlyphscaleMin

      void setGlyphscaleMin(Double glyphscaleMin)
      Sets glyphscale min.
      Parameters:
      glyphscaleMin - the glyphscaleMin to set
    • getGlyphscaleMax

      Double getGlyphscaleMax()
      Gets glyphscale max.
      Returns:
      the glyphscaleMax
    • setGlyphscaleMax

      void setGlyphscaleMax(Double glyphscaleMax)
      Sets glyphscale max.
      Parameters:
      glyphscaleMax - the glyphscaleMax to set
    • getHyphenZone

      Double getHyphenZone()
      Gets hyphen zone.
      Returns:
      the hyphenZone
    • setHyphenZone

      void setHyphenZone(Double hyphenZone)
      Sets hyphen zone.
      Parameters:
      hyphenZone - the hyphenZone to set
    • getSpaceBefore

      Double getSpaceBefore()
      Gets space before.
      Returns:
      the spaceBefore
    • setSpaceBefore

      void setSpaceBefore(Double spaceBefore)
      Sets space before.
      Parameters:
      spaceBefore - the spaceBefore to set
    • getSpaceAfter

      Double getSpaceAfter()
      Gets space after.
      Returns:
      the spaceAfter
    • setSpaceAfter

      void setSpaceAfter(Double spaceAfter)
      Sets space after.
      Parameters:
      spaceAfter - the spaceAfter to set
    • getBaselineshift

      Double getBaselineshift()
      Gets baselineshift.
      Returns:
      the baselineshift
    • setBaselineshift

      void setBaselineshift(Double baselineshift)
      Sets baselineshift.
      Parameters:
      baselineshift - the baselineshift to set
    • getStrokeTint

      Double getStrokeTint()
      Gets stroke tint.
      Returns:
      the strokeTint
    • setStrokeTint

      void setStrokeTint(Double strokeTint)
      Sets stroke tint.
      Parameters:
      strokeTint - the strokeTint to set
    • getTint

      Double getTint()
      Gets tint.
      Returns:
      the tint
    • setTint

      void setTint(Double tint)
      Sets tint.
      Parameters:
      tint - the tint to set
    • getSkew

      Double getSkew()
      Gets skew.
      Returns:
      the skew
    • setSkew

      void setSkew(Double skew)
      Sets skew.
      Parameters:
      skew - the skew to set
    • getAbovelineWidth

      Double getAbovelineWidth()
      Gets aboveline width.
      Returns:
      the abovelineWidth
    • setAbovelineWidth

      void setAbovelineWidth(Double abovelineWidth)
      Sets aboveline width.
      Parameters:
      abovelineWidth - the abovelineWidth to set
    • getAbovelineTint

      Double getAbovelineTint()
      Gets aboveline tint.
      Returns:
      the abovelineTint
    • setAbovelineTint

      void setAbovelineTint(Double abovelineTint)
      Sets aboveline tint.
      Parameters:
      abovelineTint - the abovelineTint to set
    • getAbovelineOffset

      Double getAbovelineOffset()
      Gets aboveline offset.
      Returns:
      the abovelineOffset
    • setAbovelineOffset

      void setAbovelineOffset(Double abovelineOffset)
      Sets aboveline offset.
      Parameters:
      abovelineOffset - the abovelineOffset to set
    • getAbovelineIndentLeft

      Double getAbovelineIndentLeft()
      Gets aboveline indent left.
      Returns:
      the abovelineIndentLeft
    • setAbovelineIndentLeft

      void setAbovelineIndentLeft(Double abovelineIndentLeft)
      Sets aboveline indent left.
      Parameters:
      abovelineIndentLeft - the abovelineIndentLeft to set
    • getAbovelineIndentRight

      Double getAbovelineIndentRight()
      Gets aboveline indent right.
      Returns:
      the abovelineIndentRight
    • setAbovelineIndentRight

      void setAbovelineIndentRight(Double abovelineIndentRight)
      Sets aboveline indent right.
      Parameters:
      abovelineIndentRight - the abovelineIndentRight to set
    • getBelowlineWidth

      Double getBelowlineWidth()
      Gets belowline width.
      Returns:
      the belowlineWidth
    • setBelowlineWidth

      void setBelowlineWidth(Double belowlineWidth)
      Sets belowline width.
      Parameters:
      belowlineWidth - the belowlineWidth to set
    • getBelowlineTint

      Double getBelowlineTint()
      Gets belowline tint.
      Returns:
      the belowlineTint
    • setBelowlineTint

      void setBelowlineTint(Double belowlineTint)
      Sets belowline tint.
      Parameters:
      belowlineTint - the belowlineTint to set
    • getBelowlineOffset

      Double getBelowlineOffset()
      Gets belowline offset.
      Returns:
      the belowlineOffset
    • setBelowlineOffset

      void setBelowlineOffset(Double belowlineOffset)
      Sets belowline offset.
      Parameters:
      belowlineOffset - the belowlineOffset to set
    • getBelowlineIndentLeft

      Double getBelowlineIndentLeft()
      Gets belowline indent left.
      Returns:
      the belowlineIndentLeft
    • setBelowlineIndentLeft

      void setBelowlineIndentLeft(Double belowlineIndentLeft)
      Sets belowline indent left.
      Parameters:
      belowlineIndentLeft - the belowlineIndentLeft to set
    • getBelowlineIndentRight

      Double getBelowlineIndentRight()
      Gets belowline indent right.
      Returns:
      the belowlineIndentRight
    • setBelowlineIndentRight

      void setBelowlineIndentRight(Double belowlineIndentRight)
      Sets belowline indent right.
      Parameters:
      belowlineIndentRight - the belowlineIndentRight to set
    • getAbovelineGaptint

      Double getAbovelineGaptint()
      Gets aboveline gaptint.
      Returns:
      the abovelineGaptint
    • setAbovelineGaptint

      void setAbovelineGaptint(Double abovelineGaptint)
      Sets aboveline gaptint.
      Parameters:
      abovelineGaptint - the abovelineGaptint to set
    • getBelowlineGaptint

      Double getBelowlineGaptint()
      Gets belowline gaptint.
      Returns:
      the belowlineGaptint
    • setBelowlineGaptint

      void setBelowlineGaptint(Double belowlineGaptint)
      Sets belowline gaptint.
      Parameters:
      belowlineGaptint - the belowlineGaptint to set
    • getUnderlineGaptint

      Double getUnderlineGaptint()
      Gets underline gaptint.
      Returns:
      the underlineGaptint
    • setUnderlineGaptint

      void setUnderlineGaptint(Double underlineGaptint)
      Sets underline gaptint.
      Parameters:
      underlineGaptint - the underlineGaptint to set
    • getUnderlineOffset

      Double getUnderlineOffset()
      Gets underline offset.
      Returns:
      the underlineOffset
    • setUnderlineOffset

      void setUnderlineOffset(Double underlineOffset)
      Sets underline offset.
      Parameters:
      underlineOffset - the underlineOffset to set
    • getUnderlineTint

      Double getUnderlineTint()
      Gets underline tint.
      Returns:
      the underlineTint
    • setUnderlineTint

      void setUnderlineTint(Double underlineTint)
      Sets underline tint.
      Parameters:
      underlineTint - the underlineTint to set
    • getUnderlineWeight

      Double getUnderlineWeight()
      Gets underline weight.
      Returns:
      the underlineWeight
    • setUnderlineWeight

      void setUnderlineWeight(Double underlineWeight)
      Sets underline weight.
      Parameters:
      underlineWeight - the underlineWeight to set
    • getStrikethroughGaptint

      Double getStrikethroughGaptint()
      Gets strikethrough gaptint.
      Returns:
      the strikethroughGaptint
    • setStrikethroughGaptint

      void setStrikethroughGaptint(Double strikethroughGaptint)
      Sets strikethrough gaptint.
      Parameters:
      strikethroughGaptint - the strikethroughGaptint to set
    • getStrikethroughOffset

      Double getStrikethroughOffset()
      Gets strikethrough offset.
      Returns:
      the strikethroughOffset
    • setStrikethroughOffset

      void setStrikethroughOffset(Double strikethroughOffset)
      Sets strikethrough offset.
      Parameters:
      strikethroughOffset - the strikethroughOffset to set
    • getStrikethroughTint

      Double getStrikethroughTint()
      Gets strikethrough tint.
      Returns:
      the strikethroughTint
    • setStrikethroughTint

      void setStrikethroughTint(Double strikethroughTint)
      Sets strikethrough tint.
      Parameters:
      strikethroughTint - the strikethroughTint to set
    • getStrikethroughWeight

      Double getStrikethroughWeight()
      Gets strikethrough weight.
      Returns:
      the strikethroughWeight
    • setStrikethroughWeight

      void setStrikethroughWeight(Double strikethroughWeight)
      Sets strikethrough weight.
      Parameters:
      strikethroughWeight - the strikethroughWeight to set
    • getPairkern

      Double getPairkern()
      Gets pairkern.
      Returns:
      the pairkern
    • setPairkern

      void setPairkern(Double pairkern)
      Sets pairkern.
      Parameters:
      pairkern - the pairkern to set
    • getStrokeGradient

      Double getStrokeGradient()
      Gets stroke gradient.
      Returns:
      the strokeGradient
    • setStrokeGradient

      void setStrokeGradient(Double strokeGradient)
      Sets stroke gradient.
      Parameters:
      strokeGradient - the strokeGradient to set
    • getGradient

      Double getGradient()
      Gets gradient.
      Returns:
      the gradient
    • setGradient

      void setGradient(Double gradient)
      Sets gradient.
      Parameters:
      gradient - the gradient to set
    • getStrokeGradientLength

      Double getStrokeGradientLength()
      Gets stroke gradient length.
      Returns:
      the strokeGradientLength
    • setStrokeGradientLength

      void setStrokeGradientLength(Double strokeGradientLength)
      Sets stroke gradient length.
      Parameters:
      strokeGradientLength - the strokeGradientLength to set
    • getGradientLength

      Double getGradientLength()
      Gets gradient length.
      Returns:
      the gradientLength
    • setGradientLength

      void setGradientLength(Double gradientLength)
      Sets gradient length.
      Parameters:
      gradientLength - the gradientLength to set
    • getHiliteAngle

      Double getHiliteAngle()
      Gets hilite angle.
      Returns:
      the hiliteAngle
    • setHiliteAngle

      void setHiliteAngle(Double hiliteAngle)
      Sets hilite angle.
      Parameters:
      hiliteAngle - the hiliteAngle to set
    • getHiliteLength

      Double getHiliteLength()
      Gets hilite length.
      Returns:
      the hiliteLength
    • setHiliteLength

      void setHiliteLength(Double hiliteLength)
      Sets hilite length.
      Parameters:
      hiliteLength - the hiliteLength to set
    • getStrokeHiliteAngle

      Double getStrokeHiliteAngle()
      Gets stroke hilite angle.
      Returns:
      the strokeHiliteAngle
    • setStrokeHiliteAngle

      void setStrokeHiliteAngle(Double strokeHiliteAngle)
      Sets stroke hilite angle.
      Parameters:
      strokeHiliteAngle - the strokeHiliteAngle to set
    • getStrokeHiliteLength

      Double getStrokeHiliteLength()
      Gets stroke hilite length.
      Returns:
      the strokeHiliteLength
    • setStrokeHiliteLength

      void setStrokeHiliteLength(Double strokeHiliteLength)
      Sets stroke hilite length.
      Parameters:
      strokeHiliteLength - the strokeHiliteLength to set
    • getLastlineRightIndent

      Double getLastlineRightIndent()
      Gets lastline right indent.
      Returns:
      the lastlineRightIndent
    • setLastlineRightIndent

      void setLastlineRightIndent(Double lastlineRightIndent)
      Sets lastline right indent.
      Parameters:
      lastlineRightIndent - the lastlineRightIndent to set
    • getMiterLimit

      Double getMiterLimit()
      Gets miter limit.
      Returns:
      the miterLimit
    • setMiterLimit

      void setMiterLimit(Double miterLimit)
      Sets miter limit.
      Parameters:
      miterLimit - the miterLimit to set
    • getSplitColumnGutterIn

      Double getSplitColumnGutterIn()
      Gets split column gutter in.
      Returns:
      the splitColumnGutterIn
    • setSplitColumnGutterIn

      void setSplitColumnGutterIn(Double splitColumnGutterIn)
      Sets split column gutter in.
      Parameters:
      splitColumnGutterIn - the splitColumnGutterIn to set
    • getSplitColumnGutterOut

      Double getSplitColumnGutterOut()
      Gets split column gutter out.
      Returns:
      the splitColumnGutterOut
    • setSplitColumnGutterOut

      void setSplitColumnGutterOut(Double splitColumnGutterOut)
      Sets split column gutter out.
      Parameters:
      splitColumnGutterOut - the splitColumnGutterOut to set
    • getColspanSpaceBefore

      Double getColspanSpaceBefore()
      Gets colspan space before.
      Returns:
      the colspanSpaceBefore
    • setColspanSpaceBefore

      void setColspanSpaceBefore(Double colspanSpaceBefore)
      Sets colspan space before.
      Parameters:
      colspanSpaceBefore - the colspanSpaceBefore to set
    • getColspanSpaceAfter

      Double getColspanSpaceAfter()
      Gets colspan space after.
      Returns:
      the colspanSpaceAfter
    • setColspanSpaceAfter

      void setColspanSpaceAfter(Double colspanSpaceAfter)
      Sets colspan space after.
      Parameters:
      colspanSpaceAfter - the colspanSpaceAfter to set
    • getTsume

      Double getTsume()
      Gets tsume.
      Returns:
      the tsume
    • setTsume

      void setTsume(Double tsume)
      Sets tsume.
      Parameters:
      tsume - the tsume to set
    • getListNumberNumber

      String getListNumberNumber()
      Gets list number number.
      Returns:
      the listNumberNumber
    • setListNumberNumber

      void setListNumberNumber(String listNumberNumber)
      Sets list number number.
      Parameters:
      listNumberNumber - the listNumberNumber to set
    • getListBulletTextAfter

      String getListBulletTextAfter()
      Gets list bullet text after.
      Returns:
      the listBulletTextAfter
    • setListBulletTextAfter

      void setListBulletTextAfter(String listBulletTextAfter)
      Sets list bullet text after.
      Parameters:
      listBulletTextAfter - the listBulletTextAfter to set
    • getPagenumber

      String getPagenumber()
      Gets pagenumber.
      Returns:
      the pagenumber
    • setPagenumber

      void setPagenumber(String pagenumber)
      Sets pagenumber.
      Parameters:
      pagenumber - the pagenumber to set
    • getPairkernMethod

      String getPairkernMethod()
      Gets pairkern method.
      Returns:
      the pairkernMethod
    • setPairkernMethod

      void setPairkernMethod(String pairkernMethod)
      Sets pairkern method.
      Parameters:
      pairkernMethod - the pairkernMethod to set
    • getComposer

      String getComposer()
      Gets composer.
      Returns:
      the composer
    • setComposer

      void setComposer(String composer)
      Sets composer.
      Parameters:
      composer - the composer to set
    • getCapitalType

      String getCapitalType()
      Gets capital type.
      Returns:
      the capitalType
    • setCapitalType

      void setCapitalType(String capitalType)
      Sets capital type.
      Parameters:
      capitalType - the capitalType to set
    • getUnderline

      String getUnderline()
      Gets underline.
      Returns:
      the underline
    • setUnderline

      void setUnderline(String underline)
      Sets underline.
      Parameters:
      underline - the underline to set
    • getFigureStyle

      String getFigureStyle()
      Gets figure style.
      Returns:
      the figureStyle
    • setFigureStyle

      void setFigureStyle(String figureStyle)
      Sets figure style.
      Parameters:
      figureStyle - the figureStyle to set
    • getBreakBefore

      String getBreakBefore()
      Gets break before.
      Returns:
      the breakBefore
    • setBreakBefore

      void setBreakBefore(String breakBefore)
      Sets break before.
      Parameters:
      breakBefore - the breakBefore to set
    • getPosition

      String getPosition()
      Gets position.
      Returns:
      the position
    • setPosition

      void setPosition(String position)
      Sets position.
      Parameters:
      position - the position to set
    • getAbovelineMode

      String getAbovelineMode()
      Gets aboveline mode.
      Returns:
      the abovelineMode
    • setAbovelineMode

      void setAbovelineMode(String abovelineMode)
      Sets aboveline mode.
      Parameters:
      abovelineMode - the abovelineMode to set
    • getBelowlineMode

      String getBelowlineMode()
      Gets belowline mode.
      Returns:
      the belowlineMode
    • setBelowlineMode

      void setBelowlineMode(String belowlineMode)
      Sets belowline mode.
      Parameters:
      belowlineMode - the belowlineMode to set
    • getAlignmentSingle

      String getAlignmentSingle()
      Gets alignment single.
      Returns:
      the alignmentSingle
    • setAlignmentSingle

      void setAlignmentSingle(String alignmentSingle)
      Sets alignment single.
      Parameters:
      alignmentSingle - the alignmentSingle to set
    • getAlignment

      String getAlignment()
      Gets alignment.
      Returns:
      the alignment
    • setAlignment

      void setAlignment(String alignment)
      Sets alignment.
      Parameters:
      alignment - the alignment to set
    • getAbovelineStroke

      String getAbovelineStroke()
      Gets aboveline stroke.
      Returns:
      the abovelineStroke
    • setAbovelineStroke

      void setAbovelineStroke(String abovelineStroke)
      Sets aboveline stroke.
      Parameters:
      abovelineStroke - the abovelineStroke to set
    • getBelowlineStroke

      String getBelowlineStroke()
      Gets belowline stroke.
      Returns:
      the belowlineStroke
    • setBelowlineStroke

      void setBelowlineStroke(String belowlineStroke)
      Sets belowline stroke.
      Parameters:
      belowlineStroke - the belowlineStroke to set
    • getUnderlineStroke

      String getUnderlineStroke()
      Gets underline stroke.
      Returns:
      the underlineStroke
    • setUnderlineStroke

      void setUnderlineStroke(String underlineStroke)
      Sets underline stroke.
      Parameters:
      underlineStroke - the underlineStroke to set
    • getStrikethroughStroke

      String getStrikethroughStroke()
      Gets strikethrough stroke.
      Returns:
      the strikethroughStroke
    • setStrikethroughStroke

      void setStrikethroughStroke(String strikethroughStroke)
      Sets strikethrough stroke.
      Parameters:
      strikethroughStroke - the strikethroughStroke to set
    • getHyphenMethod

      String getHyphenMethod()
      Gets hyphen method.
      Returns:
      the hyphenMethod
    • setHyphenMethod

      void setHyphenMethod(String hyphenMethod)
      Sets hyphen method.
      Parameters:
      hyphenMethod - the hyphenMethod to set
    • getTabs

      String getTabs()
      Gets tabs.
      Returns:
      the tabs
    • setTabs

      void setTabs(String tabs)
      Sets tabs.
      Parameters:
      tabs - the tabs to set
    • getCharHang

      String getCharHang()
      Gets char hang.
      Returns:
      the charHang
    • setCharHang

      void setCharHang(String charHang)
      Sets char hang.
      Parameters:
      charHang - the charHang to set
    • getDropcapDetail

      String getDropcapDetail()
      Gets dropcap detail.
      Returns:
      the dropcapDetail
    • setDropcapDetail

      void setDropcapDetail(String dropcapDetail)
      Sets dropcap detail.
      Parameters:
      dropcapDetail - the dropcapDetail to set
    • getOpentypePosForm

      String getOpentypePosForm()
      Gets opentype pos form.
      Returns:
      the opentypePosForm
    • setOpentypePosForm

      void setOpentypePosForm(String opentypePosForm)
      Sets opentype pos form.
      Parameters:
      opentypePosForm - the opentypePosForm to set
    • getRunIns

      String getRunIns()
      Gets run ins.
      Returns:
      the runIns
    • setRunIns

      void setRunIns(String runIns)
      Sets run ins.
      Parameters:
      runIns - the runIns to set
    • getGrepStyles

      String getGrepStyles()
      Gets grep styles.
      Returns:
      the grepStyles
    • setGrepStyles

      void setGrepStyles(String grepStyles)
      Sets grep styles.
      Parameters:
      grepStyles - the grepStyles to set
    • getLineStyles

      String getLineStyles()
      Gets line styles.
      Returns:
      the lineStyles
    • setLineStyles

      void setLineStyles(String lineStyles)
      Sets line styles.
      Parameters:
      lineStyles - the lineStyles to set
    • getListType

      String getListType()
      Gets list type.
      Returns:
      the listType
    • setListType

      void setListType(String listType)
      Sets list type.
      Parameters:
      listType - the listType to set
    • getListBulletChar

      String getListBulletChar()
      Gets list bullet char.
      Returns:
      the listBulletChar
    • setListBulletChar

      void setListBulletChar(String listBulletChar)
      Sets list bullet char.
      Parameters:
      listBulletChar - the listBulletChar to set
    • getColor

      String getColor()
      Gets color.
      Returns:
      the color
    • setColor

      void setColor(String color)
      Sets color.
      Parameters:
      color - the color to set
    • getStrokeColor

      String getStrokeColor()
      Gets stroke color.
      Returns:
      the strokeColor
    • setStrokeColor

      void setStrokeColor(String strokeColor)
      Sets stroke color.
      Parameters:
      strokeColor - the strokeColor to set
    • getAbovelineColor

      String getAbovelineColor()
      Gets aboveline color.
      Returns:
      the abovelineColor
    • setAbovelineColor

      void setAbovelineColor(String abovelineColor)
      Sets aboveline color.
      Parameters:
      abovelineColor - the abovelineColor to set
    • getBelowlineColor

      String getBelowlineColor()
      Gets belowline color.
      Returns:
      the belowlineColor
    • setBelowlineColor

      void setBelowlineColor(String belowlineColor)
      Sets belowline color.
      Parameters:
      belowlineColor - the belowlineColor to set
    • getAbovelineGapcolor

      String getAbovelineGapcolor()
      Gets aboveline gapcolor.
      Returns:
      the abovelineGapcolor
    • setAbovelineGapcolor

      void setAbovelineGapcolor(String abovelineGapcolor)
      Sets aboveline gapcolor.
      Parameters:
      abovelineGapcolor - the abovelineGapcolor to set
    • getBelowlineGapcolor

      String getBelowlineGapcolor()
      Gets belowline gapcolor.
      Returns:
      the belowlineGapcolor
    • setBelowlineGapcolor

      void setBelowlineGapcolor(String belowlineGapcolor)
      Sets belowline gapcolor.
      Parameters:
      belowlineGapcolor - the belowlineGapcolor to set
    • getUnderlineColor

      String getUnderlineColor()
      Gets underline color.
      Returns:
      the underlineColor
    • setUnderlineColor

      void setUnderlineColor(String underlineColor)
      Sets underline color.
      Parameters:
      underlineColor - the underlineColor to set
    • getUnderlineGapcolor

      String getUnderlineGapcolor()
      Gets underline gapcolor.
      Returns:
      the underlineGapcolor
    • setUnderlineGapcolor

      void setUnderlineGapcolor(String underlineGapcolor)
      Sets underline gapcolor.
      Parameters:
      underlineGapcolor - the underlineGapcolor to set
    • getStrikethroughColor

      String getStrikethroughColor()
      Gets strikethrough color.
      Returns:
      the strikethroughColor
    • setStrikethroughColor

      void setStrikethroughColor(String strikethroughColor)
      Sets strikethrough color.
      Parameters:
      strikethroughColor - the strikethroughColor to set
    • getStrikethroughGapcolor

      String getStrikethroughGapcolor()
      Gets strikethrough gapcolor.
      Returns:
      the strikethroughGapcolor
    • setStrikethroughGapcolor

      void setStrikethroughGapcolor(String strikethroughGapcolor)
      Sets strikethrough gapcolor.
      Parameters:
      strikethroughGapcolor - the strikethroughGapcolor to set
    • getListBulletCharstyle

      String getListBulletCharstyle()
      Gets list bullet charstyle.
      Returns:
      the listBulletCharstyle
    • setListBulletCharstyle

      void setListBulletCharstyle(String listBulletCharstyle)
      Sets list bullet charstyle.
      Parameters:
      listBulletCharstyle - the listBulletCharstyle to set
    • getListNumberCharstyle

      String getListNumberCharstyle()
      Gets list number charstyle.
      Returns:
      the listNumberCharstyle
    • setListNumberCharstyle

      void setListNumberCharstyle(String listNumberCharstyle)
      Sets list number charstyle.
      Parameters:
      listNumberCharstyle - the listNumberCharstyle to set
    • getLanguage

      String getLanguage()
      Gets language.
      Returns:
      the language
    • setLanguage

      void setLanguage(String language)
      Sets language.
      Parameters:
      language - the language to set
    • getOpentypeSets

      String getOpentypeSets()
      Gets opentype sets.
      Returns:
      the opentypeSets
    • setOpentypeSets

      void setOpentypeSets(String opentypeSets)
      Sets opentype sets.
      Parameters:
      opentypeSets - the opentypeSets to set
    • getListNumberFont

      String getListNumberFont()
      Gets list number font.
      Returns:
      the listNumberFont
    • setListNumberFont

      void setListNumberFont(String listNumberFont)
      Sets list number font.
      Parameters:
      listNumberFont - the listNumberFont to set
    • getListNumberStyle

      String getListNumberStyle()
      Gets list number style.
      Returns:
      the listNumberStyle
    • setListNumberStyle

      void setListNumberStyle(String listNumberStyle)
      Sets list number style.
      Parameters:
      listNumberStyle - the listNumberStyle to set
    • getListBulletFont

      String getListBulletFont()
      Gets list bullet font.
      Returns:
      the listBulletFont
    • setListBulletFont

      void setListBulletFont(String listBulletFont)
      Sets list bullet font.
      Parameters:
      listBulletFont - the listBulletFont to set
    • getListBulletStyle

      String getListBulletStyle()
      Gets list bullet style.
      Returns:
      the listBulletStyle
    • setListBulletStyle

      void setListBulletStyle(String listBulletStyle)
      Sets list bullet style.
      Parameters:
      listBulletStyle - the listBulletStyle to set
    • getListStyle

      String getListStyle()
      Gets list style.
      Returns:
      the listStyle
    • setListStyle

      void setListStyle(String listStyle)
      Sets list style.
      Parameters:
      listStyle - the listStyle to set
    • getListLevel

      String getListLevel()
      Gets list level.
      Returns:
      the listLevel
    • setListLevel

      void setListLevel(String listLevel)
      Sets list level.
      Parameters:
      listLevel - the listLevel to set
    • getRowHeight

      Double getRowHeight()
      Gets row height.
      Returns:
      the rowHeight
    • setRowHeight

      void setRowHeight(Double rowHeight)
      Sets row height.
      Parameters:
      rowHeight - the rowHeight to set
    • getColWidth

      Double getColWidth()
      Gets col width.
      Returns:
      the colWidth
    • setColWidth

      void setColWidth(Double colWidth)
      Sets col width.
      Parameters:
      colWidth - the colWidth to set
    • getMinRowSize

      Double getMinRowSize()
      Gets min row size.
      Returns:
      the minRowSize
    • setMinRowSize

      void setMinRowSize(Double minRowSize)
      Sets min row size.
      Parameters:
      minRowSize - the minRowSize to set
    • getMaxRowSize

      Double getMaxRowSize()
      Gets max row size.
      Returns:
      the maxRowSize
    • setMaxRowSize

      void setMaxRowSize(Double maxRowSize)
      Sets max row size.
      Parameters:
      maxRowSize - the maxRowSize to set
    • getTableRowStrokeWidth

      Double getTableRowStrokeWidth()
      Gets table row stroke width.
      Returns:
      the tableRowStrokeWidth
    • setTableRowStrokeWidth

      void setTableRowStrokeWidth(Double tableRowStrokeWidth)
      Sets table row stroke width.
      Parameters:
      tableRowStrokeWidth - the tableRowStrokeWidth to set
    • getTableColStrokeWidth

      Double getTableColStrokeWidth()
      Gets table col stroke width.
      Returns:
      the tableColStrokeWidth
    • setTableColStrokeWidth

      void setTableColStrokeWidth(Double tableColStrokeWidth)
      Sets table col stroke width.
      Parameters:
      tableColStrokeWidth - the tableColStrokeWidth to set
    • getTableRowStrokeTint

      Double getTableRowStrokeTint()
      Gets table row stroke tint.
      Returns:
      the tableRowStrokeTint
    • setTableRowStrokeTint

      void setTableRowStrokeTint(Double tableRowStrokeTint)
      Sets table row stroke tint.
      Parameters:
      tableRowStrokeTint - the tableRowStrokeTint to set
    • getTableColStrokeTint

      Double getTableColStrokeTint()
      Gets table col stroke tint.
      Returns:
      the tableColStrokeTint
    • setTableColStrokeTint

      void setTableColStrokeTint(Double tableColStrokeTint)
      Sets table col stroke tint.
      Parameters:
      tableColStrokeTint - the tableColStrokeTint to set
    • getTableRowStrokeGapTint

      Double getTableRowStrokeGapTint()
      Gets table row stroke gap tint.
      Returns:
      the tableRowStrokeGapTint
    • setTableRowStrokeGapTint

      void setTableRowStrokeGapTint(Double tableRowStrokeGapTint)
      Sets table row stroke gap tint.
      Parameters:
      tableRowStrokeGapTint - the tableRowStrokeGapTint to set
    • getTableColStrokeGapTint

      Double getTableColStrokeGapTint()
      Gets table col stroke gap tint.
      Returns:
      the tableColStrokeGapTint
    • setTableColStrokeGapTint

      void setTableColStrokeGapTint(Double tableColStrokeGapTint)
      Sets table col stroke gap tint.
      Parameters:
      tableColStrokeGapTint - the tableColStrokeGapTint to set
    • getOuterLeftStrokeWidth

      Double getOuterLeftStrokeWidth()
      Gets outer left stroke width.
      Returns:
      the outerLeftStrokeWidth
    • setOuterLeftStrokeWidth

      void setOuterLeftStrokeWidth(Double outerLeftStrokeWidth)
      Sets outer left stroke width.
      Parameters:
      outerLeftStrokeWidth - the outerLeftStrokeWidth to set
    • getOuterTopStrokeWidth

      Double getOuterTopStrokeWidth()
      Gets outer top stroke width.
      Returns:
      the outerTopStrokeWidth
    • setOuterTopStrokeWidth

      void setOuterTopStrokeWidth(Double outerTopStrokeWidth)
      Sets outer top stroke width.
      Parameters:
      outerTopStrokeWidth - the outerTopStrokeWidth to set
    • getOuterRightStrokeWidth

      Double getOuterRightStrokeWidth()
      Gets outer right stroke width.
      Returns:
      the outerRightStrokeWidth
    • setOuterRightStrokeWidth

      void setOuterRightStrokeWidth(Double outerRightStrokeWidth)
      Sets outer right stroke width.
      Parameters:
      outerRightStrokeWidth - the outerRightStrokeWidth to set
    • getOuterBottomStrokeWidth

      Double getOuterBottomStrokeWidth()
      Gets outer bottom stroke width.
      Returns:
      the outerBottomStrokeWidth
    • setOuterBottomStrokeWidth

      void setOuterBottomStrokeWidth(Double outerBottomStrokeWidth)
      Sets outer bottom stroke width.
      Parameters:
      outerBottomStrokeWidth - the outerBottomStrokeWidth to set
    • getOuterLeftStrokeTint

      Double getOuterLeftStrokeTint()
      Gets outer left stroke tint.
      Returns:
      the outerLeftStrokeTint
    • setOuterLeftStrokeTint

      void setOuterLeftStrokeTint(Double outerLeftStrokeTint)
      Sets outer left stroke tint.
      Parameters:
      outerLeftStrokeTint - the outerLeftStrokeTint to set
    • getOuterTopStrokeTint

      Double getOuterTopStrokeTint()
      Gets outer top stroke tint.
      Returns:
      the outerTopStrokeTint
    • setOuterTopStrokeTint

      void setOuterTopStrokeTint(Double outerTopStrokeTint)
      Sets outer top stroke tint.
      Parameters:
      outerTopStrokeTint - the outerTopStrokeTint to set
    • getOuterRightStrokeTint

      Double getOuterRightStrokeTint()
      Gets outer right stroke tint.
      Returns:
      the outerRightStrokeTint
    • setOuterRightStrokeTint

      void setOuterRightStrokeTint(Double outerRightStrokeTint)
      Sets outer right stroke tint.
      Parameters:
      outerRightStrokeTint - the outerRightStrokeTint to set
    • getOuterBottomStrokeTint

      Double getOuterBottomStrokeTint()
      Gets outer bottom stroke tint.
      Returns:
      the outerBottomStrokeTint
    • setOuterBottomStrokeTint

      void setOuterBottomStrokeTint(Double outerBottomStrokeTint)
      Sets outer bottom stroke tint.
      Parameters:
      outerBottomStrokeTint - the outerBottomStrokeTint to set
    • getOuterLeftStrokeGapTint

      Double getOuterLeftStrokeGapTint()
      Gets outer left stroke gap tint.
      Returns:
      the outerLeftStrokeGapTint
    • setOuterLeftStrokeGapTint

      void setOuterLeftStrokeGapTint(Double outerLeftStrokeGapTint)
      Sets outer left stroke gap tint.
      Parameters:
      outerLeftStrokeGapTint - the outerLeftStrokeGapTint to set
    • getOuterTopStrokeGapTint

      Double getOuterTopStrokeGapTint()
      Gets outer top stroke gap tint.
      Returns:
      the outerTopStrokeGapTint
    • setOuterTopStrokeGapTint

      void setOuterTopStrokeGapTint(Double outerTopStrokeGapTint)
      Sets outer top stroke gap tint.
      Parameters:
      outerTopStrokeGapTint - the outerTopStrokeGapTint to set
    • getOuterRightStrokeGapTint

      Double getOuterRightStrokeGapTint()
      Gets outer right stroke gap tint.
      Returns:
      the outerRightStrokeGapTint
    • setOuterRightStrokeGapTint

      void setOuterRightStrokeGapTint(Double outerRightStrokeGapTint)
      Sets outer right stroke gap tint.
      Parameters:
      outerRightStrokeGapTint - the outerRightStrokeGapTint to set
    • getOuterBottomStrokeGapTint

      Double getOuterBottomStrokeGapTint()
      Gets outer bottom stroke gap tint.
      Returns:
      the outerBottomStrokeGapTint
    • setOuterBottomStrokeGapTint

      void setOuterBottomStrokeGapTint(Double outerBottomStrokeGapTint)
      Sets outer bottom stroke gap tint.
      Parameters:
      outerBottomStrokeGapTint - the outerBottomStrokeGapTint to set
    • getRowStrokeFirstWidth

      Double getRowStrokeFirstWidth()
      Gets row stroke first width.
      Returns:
      the rowStrokeFirstWidth
    • setRowStrokeFirstWidth

      void setRowStrokeFirstWidth(Double rowStrokeFirstWidth)
      Sets row stroke first width.
      Parameters:
      rowStrokeFirstWidth - the rowStrokeFirstWidth to set
    • getRowStrokeSecondWidth

      Double getRowStrokeSecondWidth()
      Gets row stroke second width.
      Returns:
      the rowStrokeSecondWidth
    • setRowStrokeSecondWidth

      void setRowStrokeSecondWidth(Double rowStrokeSecondWidth)
      Sets row stroke second width.
      Parameters:
      rowStrokeSecondWidth - the rowStrokeSecondWidth to set
    • getColStrokeFirstWidth

      Double getColStrokeFirstWidth()
      Gets col stroke first width.
      Returns:
      the colStrokeFirstWidth
    • setColStrokeFirstWidth

      void setColStrokeFirstWidth(Double colStrokeFirstWidth)
      Sets col stroke first width.
      Parameters:
      colStrokeFirstWidth - the colStrokeFirstWidth to set
    • getColStrokeSecondWidth

      Double getColStrokeSecondWidth()
      Gets col stroke second width.
      Returns:
      the colStrokeSecondWidth
    • setColStrokeSecondWidth

      void setColStrokeSecondWidth(Double colStrokeSecondWidth)
      Sets col stroke second width.
      Parameters:
      colStrokeSecondWidth - the colStrokeSecondWidth to set
    • getRowStrokeFirstTint

      Double getRowStrokeFirstTint()
      Gets row stroke first tint.
      Returns:
      the rowStrokeFirstTint
    • setRowStrokeFirstTint

      void setRowStrokeFirstTint(Double rowStrokeFirstTint)
      Sets row stroke first tint.
      Parameters:
      rowStrokeFirstTint - the rowStrokeFirstTint to set
    • getRowStrokeSecondTint

      Double getRowStrokeSecondTint()
      Gets row stroke second tint.
      Returns:
      the rowStrokeSecondTint
    • setRowStrokeSecondTint

      void setRowStrokeSecondTint(Double rowStrokeSecondTint)
      Sets row stroke second tint.
      Parameters:
      rowStrokeSecondTint - the rowStrokeSecondTint to set
    • getColStrokeFirstTint

      Double getColStrokeFirstTint()
      Gets col stroke first tint.
      Returns:
      the colStrokeFirstTint
    • setColStrokeFirstTint

      void setColStrokeFirstTint(Double colStrokeFirstTint)
      Sets col stroke first tint.
      Parameters:
      colStrokeFirstTint - the colStrokeFirstTint to set
    • getColStrokeSecondTint

      Double getColStrokeSecondTint()
      Gets col stroke second tint.
      Returns:
      the colStrokeSecondTint
    • setColStrokeSecondTint

      void setColStrokeSecondTint(Double colStrokeSecondTint)
      Sets col stroke second tint.
      Parameters:
      colStrokeSecondTint - the colStrokeSecondTint to set
    • getRowStrokeFirstGapTint

      Double getRowStrokeFirstGapTint()
      Gets row stroke first gap tint.
      Returns:
      the rowStrokeFirstGapTint
    • setRowStrokeFirstGapTint

      void setRowStrokeFirstGapTint(Double rowStrokeFirstGapTint)
      Sets row stroke first gap tint.
      Parameters:
      rowStrokeFirstGapTint - the rowStrokeFirstGapTint to set
    • getRowStrokeSecondGapTint

      Double getRowStrokeSecondGapTint()
      Gets row stroke second gap tint.
      Returns:
      the rowStrokeSecondGapTint
    • setRowStrokeSecondGapTint

      void setRowStrokeSecondGapTint(Double rowStrokeSecondGapTint)
      Sets row stroke second gap tint.
      Parameters:
      rowStrokeSecondGapTint - the rowStrokeSecondGapTint to set
    • getColStrokeFirstGapTint

      Double getColStrokeFirstGapTint()
      Gets col stroke first gap tint.
      Returns:
      the colStrokeFirstGapTint
    • setColStrokeFirstGapTint

      void setColStrokeFirstGapTint(Double colStrokeFirstGapTint)
      Sets col stroke first gap tint.
      Parameters:
      colStrokeFirstGapTint - the colStrokeFirstGapTint to set
    • getColStrokeSecondGapTint

      Double getColStrokeSecondGapTint()
      Gets col stroke second gap tint.
      Returns:
      the colStrokeSecondGapTint
    • setColStrokeSecondGapTint

      void setColStrokeSecondGapTint(Double colStrokeSecondGapTint)
      Sets col stroke second gap tint.
      Parameters:
      colStrokeSecondGapTint - the colStrokeSecondGapTint to set
    • getRowFillFirstTint

      Double getRowFillFirstTint()
      Gets row fill first tint.
      Returns:
      the rowFillFirstTint
    • setRowFillFirstTint

      void setRowFillFirstTint(Double rowFillFirstTint)
      Sets row fill first tint.
      Parameters:
      rowFillFirstTint - the rowFillFirstTint to set
    • getRowFillSecondTint

      Double getRowFillSecondTint()
      Gets row fill second tint.
      Returns:
      the rowFillSecondTint
    • setRowFillSecondTint

      void setRowFillSecondTint(Double rowFillSecondTint)
      Sets row fill second tint.
      Parameters:
      rowFillSecondTint - the rowFillSecondTint to set
    • getColFillFirstTint

      Double getColFillFirstTint()
      Gets col fill first tint.
      Returns:
      the colFillFirstTint
    • setColFillFirstTint

      void setColFillFirstTint(Double colFillFirstTint)
      Sets col fill first tint.
      Parameters:
      colFillFirstTint - the colFillFirstTint to set
    • getColFillSecondTint

      Double getColFillSecondTint()
      Gets col fill second tint.
      Returns:
      the colFillSecondTint
    • setColFillSecondTint

      void setColFillSecondTint(Double colFillSecondTint)
      Sets col fill second tint.
      Parameters:
      colFillSecondTint - the colFillSecondTint to set
    • getOuterLeftStrokeOverprint

      Integer getOuterLeftStrokeOverprint()
      Gets outer left stroke overprint.
      Returns:
      the outerLeftStrokeOverprint
    • setOuterLeftStrokeOverprint

      void setOuterLeftStrokeOverprint(Integer outerLeftStrokeOverprint)
      Sets outer left stroke overprint.
      Parameters:
      outerLeftStrokeOverprint - the outerLeftStrokeOverprint to set
    • getOuterTopStrokeOverprint

      Integer getOuterTopStrokeOverprint()
      Gets outer top stroke overprint.
      Returns:
      the outerTopStrokeOverprint
    • setOuterTopStrokeOverprint

      void setOuterTopStrokeOverprint(Integer outerTopStrokeOverprint)
      Sets outer top stroke overprint.
      Parameters:
      outerTopStrokeOverprint - the outerTopStrokeOverprint to set
    • getOuterRightStrokeOverprint

      Integer getOuterRightStrokeOverprint()
      Gets outer right stroke overprint.
      Returns:
      the outerRightStrokeOverprint
    • setOuterRightStrokeOverprint

      void setOuterRightStrokeOverprint(Integer outerRightStrokeOverprint)
      Sets outer right stroke overprint.
      Parameters:
      outerRightStrokeOverprint - the outerRightStrokeOverprint to set
    • getOuterBottomStrokeOverprint

      Integer getOuterBottomStrokeOverprint()
      Gets outer bottom stroke overprint.
      Returns:
      the outerBottomStrokeOverprint
    • setOuterBottomStrokeOverprint

      void setOuterBottomStrokeOverprint(Integer outerBottomStrokeOverprint)
      Sets outer bottom stroke overprint.
      Parameters:
      outerBottomStrokeOverprint - the outerBottomStrokeOverprint to set
    • getOuterLeftStrokeGapOverprint

      Integer getOuterLeftStrokeGapOverprint()
      Gets outer left stroke gap overprint.
      Returns:
      the outerLeftStrokeGapOverprint
    • setOuterLeftStrokeGapOverprint

      void setOuterLeftStrokeGapOverprint(Integer outerLeftStrokeGapOverprint)
      Sets outer left stroke gap overprint.
      Parameters:
      outerLeftStrokeGapOverprint - the outerLeftStrokeGapOverprint to set
    • getOuterTopStrokeGapOverprint

      Integer getOuterTopStrokeGapOverprint()
      Gets outer top stroke gap overprint.
      Returns:
      the outerTopStrokeGapOverprint
    • setOuterTopStrokeGapOverprint

      void setOuterTopStrokeGapOverprint(Integer outerTopStrokeGapOverprint)
      Sets outer top stroke gap overprint.
      Parameters:
      outerTopStrokeGapOverprint - the outerTopStrokeGapOverprint to set
    • getOuterRightStrokeGapOverprint

      Integer getOuterRightStrokeGapOverprint()
      Gets outer right stroke gap overprint.
      Returns:
      the outerRightStrokeGapOverprint
    • setOuterRightStrokeGapOverprint

      void setOuterRightStrokeGapOverprint(Integer outerRightStrokeGapOverprint)
      Sets outer right stroke gap overprint.
      Parameters:
      outerRightStrokeGapOverprint - the outerRightStrokeGapOverprint to set
    • getOuterBottomStrokeGapOverprint

      Integer getOuterBottomStrokeGapOverprint()
      Gets outer bottom stroke gap overprint.
      Returns:
      the outerBottomStrokeGapOverprint
    • setOuterBottomStrokeGapOverprint

      void setOuterBottomStrokeGapOverprint(Integer outerBottomStrokeGapOverprint)
      Sets outer bottom stroke gap overprint.
      Parameters:
      outerBottomStrokeGapOverprint - the outerBottomStrokeGapOverprint to set
    • getRowFillFirstOverprint

      Integer getRowFillFirstOverprint()
      Gets row fill first overprint.
      Returns:
      the rowFillFirstOverprint
    • setRowFillFirstOverprint

      void setRowFillFirstOverprint(Integer rowFillFirstOverprint)
      Sets row fill first overprint.
      Parameters:
      rowFillFirstOverprint - the rowFillFirstOverprint to set
    • getRowFillSecondOverprint

      Integer getRowFillSecondOverprint()
      Gets row fill second overprint.
      Returns:
      the rowFillSecondOverprint
    • setRowFillSecondOverprint

      void setRowFillSecondOverprint(Integer rowFillSecondOverprint)
      Sets row fill second overprint.
      Parameters:
      rowFillSecondOverprint - the rowFillSecondOverprint to set
    • getColFillFirstOverprint

      Integer getColFillFirstOverprint()
      Gets col fill first overprint.
      Returns:
      the colFillFirstOverprint
    • setColFillFirstOverprint

      void setColFillFirstOverprint(Integer colFillFirstOverprint)
      Sets col fill first overprint.
      Parameters:
      colFillFirstOverprint - the colFillFirstOverprint to set
    • getColFillSecondOverprint

      Integer getColFillSecondOverprint()
      Gets col fill second overprint.
      Returns:
      the colFillSecondOverprint
    • setColFillSecondOverprint

      void setColFillSecondOverprint(Integer colFillSecondOverprint)
      Sets col fill second overprint.
      Parameters:
      colFillSecondOverprint - the colFillSecondOverprint to set
    • getRowStrokeFirstOverprint

      Integer getRowStrokeFirstOverprint()
      Gets row stroke first overprint.
      Returns:
      the rowStrokeFirstOverprint
    • setRowStrokeFirstOverprint

      void setRowStrokeFirstOverprint(Integer rowStrokeFirstOverprint)
      Sets row stroke first overprint.
      Parameters:
      rowStrokeFirstOverprint - the rowStrokeFirstOverprint to set
    • getRowStrokeSecondOverprint

      Integer getRowStrokeSecondOverprint()
      Gets row stroke second overprint.
      Returns:
      the rowStrokeSecondOverprint
    • setRowStrokeSecondOverprint

      void setRowStrokeSecondOverprint(Integer rowStrokeSecondOverprint)
      Sets row stroke second overprint.
      Parameters:
      rowStrokeSecondOverprint - the rowStrokeSecondOverprint to set
    • getColStrokeFirstOverprint

      Integer getColStrokeFirstOverprint()
      Gets col stroke first overprint.
      Returns:
      the colStrokeFirstOverprint
    • setColStrokeFirstOverprint

      void setColStrokeFirstOverprint(Integer colStrokeFirstOverprint)
      Sets col stroke first overprint.
      Parameters:
      colStrokeFirstOverprint - the colStrokeFirstOverprint to set
    • getColStrokeSecondOverprint

      Integer getColStrokeSecondOverprint()
      Gets col stroke second overprint.
      Returns:
      the colStrokeSecondOverprint
    • setColStrokeSecondOverprint

      void setColStrokeSecondOverprint(Integer colStrokeSecondOverprint)
      Sets col stroke second overprint.
      Parameters:
      colStrokeSecondOverprint - the colStrokeSecondOverprint to set
    • getRowStrokeFirstGapOverprint

      Integer getRowStrokeFirstGapOverprint()
      Gets row stroke first gap overprint.
      Returns:
      the rowStrokeFirstGapOverprint
    • setRowStrokeFirstGapOverprint

      void setRowStrokeFirstGapOverprint(Integer rowStrokeFirstGapOverprint)
      Sets row stroke first gap overprint.
      Parameters:
      rowStrokeFirstGapOverprint - the rowStrokeFirstGapOverprint to set
    • getRowStrokeSecondGapOverprint

      Integer getRowStrokeSecondGapOverprint()
      Gets row stroke second gap overprint.
      Returns:
      the rowStrokeSecondGapOverprint
    • setRowStrokeSecondGapOverprint

      void setRowStrokeSecondGapOverprint(Integer rowStrokeSecondGapOverprint)
      Sets row stroke second gap overprint.
      Parameters:
      rowStrokeSecondGapOverprint - the rowStrokeSecondGapOverprint to set
    • getColStrokeFirstGapOverprint

      Integer getColStrokeFirstGapOverprint()
      Gets col stroke first gap overprint.
      Returns:
      the colStrokeFirstGapOverprint
    • setColStrokeFirstGapOverprint

      void setColStrokeFirstGapOverprint(Integer colStrokeFirstGapOverprint)
      Sets col stroke first gap overprint.
      Parameters:
      colStrokeFirstGapOverprint - the colStrokeFirstGapOverprint to set
    • getColStrokeSecondGapOverprint

      Integer getColStrokeSecondGapOverprint()
      Gets col stroke second gap overprint.
      Returns:
      the colStrokeSecondGapOverprint
    • setColStrokeSecondGapOverprint

      void setColStrokeSecondGapOverprint(Integer colStrokeSecondGapOverprint)
      Sets col stroke second gap overprint.
      Parameters:
      colStrokeSecondGapOverprint - the colStrokeSecondGapOverprint to set
    • getTableRowStrokeOverprint

      Integer getTableRowStrokeOverprint()
      Gets table row stroke overprint.
      Returns:
      the tableRowStrokeOverprint
    • setTableRowStrokeOverprint

      void setTableRowStrokeOverprint(Integer tableRowStrokeOverprint)
      Sets table row stroke overprint.
      Parameters:
      tableRowStrokeOverprint - the tableRowStrokeOverprint to set
    • getTableColStrokeOverprint

      Integer getTableColStrokeOverprint()
      Gets table col stroke overprint.
      Returns:
      the tableColStrokeOverprint
    • setTableColStrokeOverprint

      void setTableColStrokeOverprint(Integer tableColStrokeOverprint)
      Sets table col stroke overprint.
      Parameters:
      tableColStrokeOverprint - the tableColStrokeOverprint to set
    • getTableRowStrokeGapOverprint

      Integer getTableRowStrokeGapOverprint()
      Gets table row stroke gap overprint.
      Returns:
      the tableRowStrokeGapOverprint
    • setTableRowStrokeGapOverprint

      void setTableRowStrokeGapOverprint(Integer tableRowStrokeGapOverprint)
      Sets table row stroke gap overprint.
      Parameters:
      tableRowStrokeGapOverprint - the tableRowStrokeGapOverprint to set
    • getTableColStrokeGapOverprint

      Integer getTableColStrokeGapOverprint()
      Gets table col stroke gap overprint.
      Returns:
      the tableColStrokeGapOverprint
    • setTableColStrokeGapOverprint

      void setTableColStrokeGapOverprint(Integer tableColStrokeGapOverprint)
      Sets table col stroke gap overprint.
      Parameters:
      tableColStrokeGapOverprint - the tableColStrokeGapOverprint to set
    • getHeaderUseBodyCellstyle

      Integer getHeaderUseBodyCellstyle()
      Gets header use body cellstyle.
      Returns:
      the headerUseBodyCellstyle
    • setHeaderUseBodyCellstyle

      void setHeaderUseBodyCellstyle(Integer headerUseBodyCellstyle)
      Sets header use body cellstyle.
      Parameters:
      headerUseBodyCellstyle - the headerUseBodyCellstyle to set
    • getFooterUseBodyCellstyle

      Integer getFooterUseBodyCellstyle()
      Gets footer use body cellstyle.
      Returns:
      the footerUseBodyCellstyle
    • setFooterUseBodyCellstyle

      void setFooterUseBodyCellstyle(Integer footerUseBodyCellstyle)
      Sets footer use body cellstyle.
      Parameters:
      footerUseBodyCellstyle - the footerUseBodyCellstyle to set
    • getLeftUseBodyCellstyle

      Integer getLeftUseBodyCellstyle()
      Gets left use body cellstyle.
      Returns:
      the leftUseBodyCellstyle
    • setLeftUseBodyCellstyle

      void setLeftUseBodyCellstyle(Integer leftUseBodyCellstyle)
      Sets left use body cellstyle.
      Parameters:
      leftUseBodyCellstyle - the leftUseBodyCellstyle to set
    • getRightUseBodyCellstyle

      Integer getRightUseBodyCellstyle()
      Gets right use body cellstyle.
      Returns:
      the rightUseBodyCellstyle
    • setRightUseBodyCellstyle

      void setRightUseBodyCellstyle(Integer rightUseBodyCellstyle)
      Sets right use body cellstyle.
      Parameters:
      rightUseBodyCellstyle - the rightUseBodyCellstyle to set
    • getTableRowStrokeColor

      String getTableRowStrokeColor()
      Gets table row stroke color.
      Returns:
      the tableRowStrokeColor
    • setTableRowStrokeColor

      void setTableRowStrokeColor(String tableRowStrokeColor)
      Sets table row stroke color.
      Parameters:
      tableRowStrokeColor - the tableRowStrokeColor to set
    • getTableColStrokeColor

      String getTableColStrokeColor()
      Gets table col stroke color.
      Returns:
      the tableColStrokeColor
    • setTableColStrokeColor

      void setTableColStrokeColor(String tableColStrokeColor)
      Sets table col stroke color.
      Parameters:
      tableColStrokeColor - the tableColStrokeColor to set
    • getTableRowStrokeGapColor

      String getTableRowStrokeGapColor()
      Gets table row stroke gap color.
      Returns:
      the tableRowStrokeGapColor
    • setTableRowStrokeGapColor

      void setTableRowStrokeGapColor(String tableRowStrokeGapColor)
      Sets table row stroke gap color.
      Parameters:
      tableRowStrokeGapColor - the tableRowStrokeGapColor to set
    • getTableColStrokeGapColor

      String getTableColStrokeGapColor()
      Gets table col stroke gap color.
      Returns:
      the tableColStrokeGapColor
    • setTableColStrokeGapColor

      void setTableColStrokeGapColor(String tableColStrokeGapColor)
      Sets table col stroke gap color.
      Parameters:
      tableColStrokeGapColor - the tableColStrokeGapColor to set
    • getFillColor

      String getFillColor()
      Gets fill color.
      Returns:
      the fillColor
    • setFillColor

      void setFillColor(String fillColor)
      Sets fill color.
      Parameters:
      fillColor - the fillColor to set
    • getLeftStrokeColor

      String getLeftStrokeColor()
      Gets left stroke color.
      Returns:
      the leftStrokeColor
    • setLeftStrokeColor

      void setLeftStrokeColor(String leftStrokeColor)
      Sets left stroke color.
      Parameters:
      leftStrokeColor - the leftStrokeColor to set
    • getTopStrokeColor

      String getTopStrokeColor()
      Gets top stroke color.
      Returns:
      the topStrokeColor
    • setTopStrokeColor

      void setTopStrokeColor(String topStrokeColor)
      Sets top stroke color.
      Parameters:
      topStrokeColor - the topStrokeColor to set
    • getRightStrokeColor

      String getRightStrokeColor()
      Gets right stroke color.
      Returns:
      the rightStrokeColor
    • setRightStrokeColor

      void setRightStrokeColor(String rightStrokeColor)
      Sets right stroke color.
      Parameters:
      rightStrokeColor - the rightStrokeColor to set
    • getBottomStrokeColor

      String getBottomStrokeColor()
      Gets bottom stroke color.
      Returns:
      the bottomStrokeColor
    • setBottomStrokeColor

      void setBottomStrokeColor(String bottomStrokeColor)
      Sets bottom stroke color.
      Parameters:
      bottomStrokeColor - the bottomStrokeColor to set
    • getLeftStrokeGapColor

      String getLeftStrokeGapColor()
      Gets left stroke gap color.
      Returns:
      the leftStrokeGapColor
    • setLeftStrokeGapColor

      void setLeftStrokeGapColor(String leftStrokeGapColor)
      Sets left stroke gap color.
      Parameters:
      leftStrokeGapColor - the leftStrokeGapColor to set
    • getTopStrokeGapColor

      String getTopStrokeGapColor()
      Gets top stroke gap color.
      Returns:
      the topStrokeGapColor
    • setTopStrokeGapColor

      void setTopStrokeGapColor(String topStrokeGapColor)
      Sets top stroke gap color.
      Parameters:
      topStrokeGapColor - the topStrokeGapColor to set
    • getRightStrokeGapColor

      String getRightStrokeGapColor()
      Gets right stroke gap color.
      Returns:
      the rightStrokeGapColor
    • setRightStrokeGapColor

      void setRightStrokeGapColor(String rightStrokeGapColor)
      Sets right stroke gap color.
      Parameters:
      rightStrokeGapColor - the rightStrokeGapColor to set
    • getBottomStrokeGapColor

      String getBottomStrokeGapColor()
      Gets bottom stroke gap color.
      Returns:
      the bottomStrokeGapColor
    • setBottomStrokeGapColor

      void setBottomStrokeGapColor(String bottomStrokeGapColor)
      Sets bottom stroke gap color.
      Parameters:
      bottomStrokeGapColor - the bottomStrokeGapColor to set
    • getOuterLeftStrokeColor

      String getOuterLeftStrokeColor()
      Gets outer left stroke color.
      Returns:
      the outerLeftStrokeColor
    • setOuterLeftStrokeColor

      void setOuterLeftStrokeColor(String outerLeftStrokeColor)
      Sets outer left stroke color.
      Parameters:
      outerLeftStrokeColor - the outerLeftStrokeColor to set
    • getOuterTopStrokeColor

      String getOuterTopStrokeColor()
      Gets outer top stroke color.
      Returns:
      the outerTopStrokeColor
    • setOuterTopStrokeColor

      void setOuterTopStrokeColor(String outerTopStrokeColor)
      Sets outer top stroke color.
      Parameters:
      outerTopStrokeColor - the outerTopStrokeColor to set
    • getOuterRightStrokeColor

      String getOuterRightStrokeColor()
      Gets outer right stroke color.
      Returns:
      the outerRightStrokeColor
    • setOuterRightStrokeColor

      void setOuterRightStrokeColor(String outerRightStrokeColor)
      Sets outer right stroke color.
      Parameters:
      outerRightStrokeColor - the outerRightStrokeColor to set
    • getOuterBottomStrokeColor

      String getOuterBottomStrokeColor()
      Gets outer bottom stroke color.
      Returns:
      the outerBottomStrokeColor
    • setOuterBottomStrokeColor

      void setOuterBottomStrokeColor(String outerBottomStrokeColor)
      Sets outer bottom stroke color.
      Parameters:
      outerBottomStrokeColor - the outerBottomStrokeColor to set
    • getOuterLeftStrokeGapColor

      String getOuterLeftStrokeGapColor()
      Gets outer left stroke gap color.
      Returns:
      the outerLeftStrokeGapColor
    • setOuterLeftStrokeGapColor

      void setOuterLeftStrokeGapColor(String outerLeftStrokeGapColor)
      Sets outer left stroke gap color.
      Parameters:
      outerLeftStrokeGapColor - the outerLeftStrokeGapColor to set
    • getOuterTopStrokeGapColor

      String getOuterTopStrokeGapColor()
      Gets outer top stroke gap color.
      Returns:
      the outerTopStrokeGapColor
    • setOuterTopStrokeGapColor

      void setOuterTopStrokeGapColor(String outerTopStrokeGapColor)
      Sets outer top stroke gap color.
      Parameters:
      outerTopStrokeGapColor - the outerTopStrokeGapColor to set
    • getOuterRightStrokeGapColor

      String getOuterRightStrokeGapColor()
      Gets outer right stroke gap color.
      Returns:
      the outerRightStrokeGapColor
    • setOuterRightStrokeGapColor

      void setOuterRightStrokeGapColor(String outerRightStrokeGapColor)
      Sets outer right stroke gap color.
      Parameters:
      outerRightStrokeGapColor - the outerRightStrokeGapColor to set
    • getOuterBottomStrokeGapColor

      String getOuterBottomStrokeGapColor()
      Gets outer bottom stroke gap color.
      Returns:
      the outerBottomStrokeGapColor
    • setOuterBottomStrokeGapColor

      void setOuterBottomStrokeGapColor(String outerBottomStrokeGapColor)
      Sets outer bottom stroke gap color.
      Parameters:
      outerBottomStrokeGapColor - the outerBottomStrokeGapColor to set
    • getRowFillFirstColor

      String getRowFillFirstColor()
      Gets row fill first color.
      Returns:
      the rowFillFirstColor
    • setRowFillFirstColor

      void setRowFillFirstColor(String rowFillFirstColor)
      Sets row fill first color.
      Parameters:
      rowFillFirstColor - the rowFillFirstColor to set
    • getRowFillSecondColor

      String getRowFillSecondColor()
      Gets row fill second color.
      Returns:
      the rowFillSecondColor
    • setRowFillSecondColor

      void setRowFillSecondColor(String rowFillSecondColor)
      Sets row fill second color.
      Parameters:
      rowFillSecondColor - the rowFillSecondColor to set
    • getColFillFirstColor

      String getColFillFirstColor()
      Gets col fill first color.
      Returns:
      the colFillFirstColor
    • setColFillFirstColor

      void setColFillFirstColor(String colFillFirstColor)
      Sets col fill first color.
      Parameters:
      colFillFirstColor - the colFillFirstColor to set
    • getColFillSecondColor

      String getColFillSecondColor()
      Gets col fill second color.
      Returns:
      the colFillSecondColor
    • setColFillSecondColor

      void setColFillSecondColor(String colFillSecondColor)
      Sets col fill second color.
      Parameters:
      colFillSecondColor - the colFillSecondColor to set
    • getRowStrokeFirstColor

      String getRowStrokeFirstColor()
      Gets row stroke first color.
      Returns:
      the rowStrokeFirstColor
    • setRowStrokeFirstColor

      void setRowStrokeFirstColor(String rowStrokeFirstColor)
      Sets row stroke first color.
      Parameters:
      rowStrokeFirstColor - the rowStrokeFirstColor to set
    • getRowStrokeSecondColor

      String getRowStrokeSecondColor()
      Gets row stroke second color.
      Returns:
      the rowStrokeSecondColor
    • setRowStrokeSecondColor

      void setRowStrokeSecondColor(String rowStrokeSecondColor)
      Sets row stroke second color.
      Parameters:
      rowStrokeSecondColor - the rowStrokeSecondColor to set
    • getColStrokeFirstColor

      String getColStrokeFirstColor()
      Gets col stroke first color.
      Returns:
      the colStrokeFirstColor
    • setColStrokeFirstColor

      void setColStrokeFirstColor(String colStrokeFirstColor)
      Sets col stroke first color.
      Parameters:
      colStrokeFirstColor - the colStrokeFirstColor to set
    • getColStrokeSecondColor

      String getColStrokeSecondColor()
      Gets col stroke second color.
      Returns:
      the colStrokeSecondColor
    • setColStrokeSecondColor

      void setColStrokeSecondColor(String colStrokeSecondColor)
      Sets col stroke second color.
      Parameters:
      colStrokeSecondColor - the colStrokeSecondColor to set
    • getRowStrokeFirstGapColor

      String getRowStrokeFirstGapColor()
      Gets row stroke first gap color.
      Returns:
      the rowStrokeFirstGapColor
    • setRowStrokeFirstGapColor

      void setRowStrokeFirstGapColor(String rowStrokeFirstGapColor)
      Sets row stroke first gap color.
      Parameters:
      rowStrokeFirstGapColor - the rowStrokeFirstGapColor to set
    • getRowStrokeSecondGapColor

      String getRowStrokeSecondGapColor()
      Gets row stroke second gap color.
      Returns:
      the rowStrokeSecondGapColor
    • setRowStrokeSecondGapColor

      void setRowStrokeSecondGapColor(String rowStrokeSecondGapColor)
      Sets row stroke second gap color.
      Parameters:
      rowStrokeSecondGapColor - the rowStrokeSecondGapColor to set
    • getColStrokeFirstGapColor

      String getColStrokeFirstGapColor()
      Gets col stroke first gap color.
      Returns:
      the colStrokeFirstGapColor
    • setColStrokeFirstGapColor

      void setColStrokeFirstGapColor(String colStrokeFirstGapColor)
      Sets col stroke first gap color.
      Parameters:
      colStrokeFirstGapColor - the colStrokeFirstGapColor to set
    • getColStrokeSecondGapColor

      String getColStrokeSecondGapColor()
      Gets col stroke second gap color.
      Returns:
      the colStrokeSecondGapColor
    • setColStrokeSecondGapColor

      void setColStrokeSecondGapColor(String colStrokeSecondGapColor)
      Sets col stroke second gap color.
      Parameters:
      colStrokeSecondGapColor - the colStrokeSecondGapColor to set
    • getDiagonalColor

      String getDiagonalColor()
      Gets diagonal color.
      Returns:
      the diagonalColor
    • setDiagonalColor

      void setDiagonalColor(String diagonalColor)
      Sets diagonal color.
      Parameters:
      diagonalColor - the diagonalColor to set
    • getDiagonalGapColor

      String getDiagonalGapColor()
      Gets diagonal gap color.
      Returns:
      the diagonalGapColor
    • setDiagonalGapColor

      void setDiagonalGapColor(String diagonalGapColor)
      Sets diagonal gap color.
      Parameters:
      diagonalGapColor - the diagonalGapColor to set
    • getLeftInset

      Double getLeftInset()
      Gets left inset.
      Returns:
      the leftInset
    • setLeftInset

      void setLeftInset(Double leftInset)
      Sets left inset.
      Parameters:
      leftInset - the leftInset to set
    • getTopInset

      Double getTopInset()
      Gets top inset.
      Returns:
      the topInset
    • setTopInset

      void setTopInset(Double topInset)
      Sets top inset.
      Parameters:
      topInset - the topInset to set
    • getRightInset

      Double getRightInset()
      Gets right inset.
      Returns:
      the rightInset
    • setRightInset

      void setRightInset(Double rightInset)
      Sets right inset.
      Parameters:
      rightInset - the rightInset to set
    • getBottomInset

      Double getBottomInset()
      Gets bottom inset.
      Returns:
      the bottomInset
    • setBottomInset

      void setBottomInset(Double bottomInset)
      Sets bottom inset.
      Parameters:
      bottomInset - the bottomInset to set
    • getFillTint

      Double getFillTint()
      Gets fill tint.
      Returns:
      the fillTint
    • setFillTint

      void setFillTint(Double fillTint)
      Sets fill tint.
      Parameters:
      fillTint - the fillTint to set
    • getLeftStrokeWidth

      Double getLeftStrokeWidth()
      Gets left stroke width.
      Returns:
      the leftStrokeWidth
    • setLeftStrokeWidth

      void setLeftStrokeWidth(Double leftStrokeWidth)
      Sets left stroke width.
      Parameters:
      leftStrokeWidth - the leftStrokeWidth to set
    • getTopStrokeWidth

      Double getTopStrokeWidth()
      Gets top stroke width.
      Returns:
      the topStrokeWidth
    • setTopStrokeWidth

      void setTopStrokeWidth(Double topStrokeWidth)
      Sets top stroke width.
      Parameters:
      topStrokeWidth - the topStrokeWidth to set
    • getRightStrokeWidth

      Double getRightStrokeWidth()
      Gets right stroke width.
      Returns:
      the rightStrokeWidth
    • setRightStrokeWidth

      void setRightStrokeWidth(Double rightStrokeWidth)
      Sets right stroke width.
      Parameters:
      rightStrokeWidth - the rightStrokeWidth to set
    • getBottomStrokeWidth

      Double getBottomStrokeWidth()
      Gets bottom stroke width.
      Returns:
      the bottomStrokeWidth
    • setBottomStrokeWidth

      void setBottomStrokeWidth(Double bottomStrokeWidth)
      Sets bottom stroke width.
      Parameters:
      bottomStrokeWidth - the bottomStrokeWidth to set
    • getRotation

      Double getRotation()
      Gets rotation.
      Returns:
      the rotation
    • setRotation

      void setRotation(Double rotation)
      Sets rotation.
      Parameters:
      rotation - the rotation to set
    • getLeftStrokeTint

      Double getLeftStrokeTint()
      Gets left stroke tint.
      Returns:
      the leftStrokeTint
    • setLeftStrokeTint

      void setLeftStrokeTint(Double leftStrokeTint)
      Sets left stroke tint.
      Parameters:
      leftStrokeTint - the leftStrokeTint to set
    • getTopStrokeTint

      Double getTopStrokeTint()
      Gets top stroke tint.
      Returns:
      the topStrokeTint
    • setTopStrokeTint

      void setTopStrokeTint(Double topStrokeTint)
      Sets top stroke tint.
      Parameters:
      topStrokeTint - the topStrokeTint to set
    • getRightStrokeTint

      Double getRightStrokeTint()
      Gets right stroke tint.
      Returns:
      the rightStrokeTint
    • setRightStrokeTint

      void setRightStrokeTint(Double rightStrokeTint)
      Sets right stroke tint.
      Parameters:
      rightStrokeTint - the rightStrokeTint to set
    • getBottomStrokeTint

      Double getBottomStrokeTint()
      Gets bottom stroke tint.
      Returns:
      the bottomStrokeTint
    • setBottomStrokeTint

      void setBottomStrokeTint(Double bottomStrokeTint)
      Sets bottom stroke tint.
      Parameters:
      bottomStrokeTint - the bottomStrokeTint to set
    • getMinFirstlineOffset

      Double getMinFirstlineOffset()
      Gets min firstline offset.
      Returns:
      the minFirstlineOffset
    • setMinFirstlineOffset

      void setMinFirstlineOffset(Double minFirstlineOffset)
      Sets min firstline offset.
      Parameters:
      minFirstlineOffset - the minFirstlineOffset to set
    • getDiagonalWidth

      Double getDiagonalWidth()
      Gets diagonal width.
      Returns:
      the diagonalWidth
    • setDiagonalWidth

      void setDiagonalWidth(Double diagonalWidth)
      Sets diagonal width.
      Parameters:
      diagonalWidth - the diagonalWidth to set
    • getDiagonalTint

      Double getDiagonalTint()
      Gets diagonal tint.
      Returns:
      the diagonalTint
    • setDiagonalTint

      void setDiagonalTint(Double diagonalTint)
      Sets diagonal tint.
      Parameters:
      diagonalTint - the diagonalTint to set
    • getMexLeftStrokeCol

      Double getMexLeftStrokeCol()
      Gets mex left stroke col.
      Returns:
      the mexLeftStrokeCol
    • setMexLeftStrokeCol

      void setMexLeftStrokeCol(Double mexLeftStrokeCol)
      Sets mex left stroke col.
      Parameters:
      mexLeftStrokeCol - the mexLeftStrokeCol to set
    • getMexRightStrokeCol

      Double getMexRightStrokeCol()
      Gets mex right stroke col.
      Returns:
      the mexRightStrokeCol
    • setMexRightStrokeCol

      void setMexRightStrokeCol(Double mexRightStrokeCol)
      Sets mex right stroke col.
      Parameters:
      mexRightStrokeCol - the mexRightStrokeCol to set
    • getLeftStrokeGapTint

      Double getLeftStrokeGapTint()
      Gets left stroke gap tint.
      Returns:
      the leftStrokeGapTint
    • setLeftStrokeGapTint

      void setLeftStrokeGapTint(Double leftStrokeGapTint)
      Sets left stroke gap tint.
      Parameters:
      leftStrokeGapTint - the leftStrokeGapTint to set
    • getTopStrokeGapTint

      Double getTopStrokeGapTint()
      Gets top stroke gap tint.
      Returns:
      the topStrokeGapTint
    • setTopStrokeGapTint

      void setTopStrokeGapTint(Double topStrokeGapTint)
      Sets top stroke gap tint.
      Parameters:
      topStrokeGapTint - the topStrokeGapTint to set
    • getRightStrokeGapTint

      Double getRightStrokeGapTint()
      Gets right stroke gap tint.
      Returns:
      the rightStrokeGapTint
    • setRightStrokeGapTint

      void setRightStrokeGapTint(Double rightStrokeGapTint)
      Sets right stroke gap tint.
      Parameters:
      rightStrokeGapTint - the rightStrokeGapTint to set
    • getBottomStrokeGapTint

      Double getBottomStrokeGapTint()
      Gets bottom stroke gap tint.
      Returns:
      the bottomStrokeGapTint
    • setBottomStrokeGapTint

      void setBottomStrokeGapTint(Double bottomStrokeGapTint)
      Sets bottom stroke gap tint.
      Parameters:
      bottomStrokeGapTint - the bottomStrokeGapTint to set
    • getDiagonalGapTint

      Double getDiagonalGapTint()
      Gets diagonal gap tint.
      Returns:
      the diagonalGapTint
    • setDiagonalGapTint

      void setDiagonalGapTint(Double diagonalGapTint)
      Sets diagonal gap tint.
      Parameters:
      diagonalGapTint - the diagonalGapTint to set
    • getMaxSpaceBetweenParas

      Double getMaxSpaceBetweenParas()
      Gets max space between paras.
      Returns:
      the maxSpaceBetweenParas
    • setMaxSpaceBetweenParas

      void setMaxSpaceBetweenParas(Double maxSpaceBetweenParas)
      Sets max space between paras.
      Parameters:
      maxSpaceBetweenParas - the maxSpaceBetweenParas to set
    • getFirstlineOffset

      Integer getFirstlineOffset()
      Gets firstline offset.
      Returns:
      the firstlineOffset
    • setFirstlineOffset

      void setFirstlineOffset(Integer firstlineOffset)
      Sets firstline offset.
      Parameters:
      firstlineOffset - the firstlineOffset to set
    • getVjust

      Integer getVjust()
      Gets vjust.
      Returns:
      the vjust
    • setVjust

      void setVjust(Integer vjust)
      Sets vjust.
      Parameters:
      vjust - the vjust to set
    • getRowFillFirstCount

      Integer getRowFillFirstCount()
      Gets row fill first count.
      Returns:
      the rowFillFirstCount
    • setRowFillFirstCount

      void setRowFillFirstCount(Integer rowFillFirstCount)
      Sets row fill first count.
      Parameters:
      rowFillFirstCount - the rowFillFirstCount to set
    • getRowFillSecondCount

      Integer getRowFillSecondCount()
      Gets row fill second count.
      Returns:
      the rowFillSecondCount
    • setRowFillSecondCount

      void setRowFillSecondCount(Integer rowFillSecondCount)
      Sets row fill second count.
      Parameters:
      rowFillSecondCount - the rowFillSecondCount to set
    • getColFillFirstCount

      Integer getColFillFirstCount()
      Gets col fill first count.
      Returns:
      the colFillFirstCount
    • setColFillFirstCount

      void setColFillFirstCount(Integer colFillFirstCount)
      Sets col fill first count.
      Parameters:
      colFillFirstCount - the colFillFirstCount to set
    • getColFillSecondCount

      Integer getColFillSecondCount()
      Gets col fill second count.
      Returns:
      the colFillSecondCount
    • setColFillSecondCount

      void setColFillSecondCount(Integer colFillSecondCount)
      Sets col fill second count.
      Parameters:
      colFillSecondCount - the colFillSecondCount to set
    • getFillPriority

      Integer getFillPriority()
      Gets fill priority.
      Returns:
      the fillPriority
    • setFillPriority

      void setFillPriority(Integer fillPriority)
      Sets fill priority.
      Parameters:
      fillPriority - the fillPriority to set
    • getRowStrokeFirstCount

      Integer getRowStrokeFirstCount()
      Gets row stroke first count.
      Returns:
      the rowStrokeFirstCount
    • setRowStrokeFirstCount

      void setRowStrokeFirstCount(Integer rowStrokeFirstCount)
      Sets row stroke first count.
      Parameters:
      rowStrokeFirstCount - the rowStrokeFirstCount to set
    • getRowStrokeSecondCount

      Integer getRowStrokeSecondCount()
      Gets row stroke second count.
      Returns:
      the rowStrokeSecondCount
    • setRowStrokeSecondCount

      void setRowStrokeSecondCount(Integer rowStrokeSecondCount)
      Sets row stroke second count.
      Parameters:
      rowStrokeSecondCount - the rowStrokeSecondCount to set
    • getColStrokeFirstCount

      Integer getColStrokeFirstCount()
      Gets col stroke first count.
      Returns:
      the colStrokeFirstCount
    • setColStrokeFirstCount

      void setColStrokeFirstCount(Integer colStrokeFirstCount)
      Sets col stroke first count.
      Parameters:
      colStrokeFirstCount - the colStrokeFirstCount to set
    • getColStrokeSecondCount

      Integer getColStrokeSecondCount()
      Gets col stroke second count.
      Returns:
      the colStrokeSecondCount
    • setColStrokeSecondCount

      void setColStrokeSecondCount(Integer colStrokeSecondCount)
      Sets col stroke second count.
      Parameters:
      colStrokeSecondCount - the colStrokeSecondCount to set
    • getRowFillStart

      Integer getRowFillStart()
      Gets row fill start.
      Returns:
      the rowFillStart
    • setRowFillStart

      void setRowFillStart(Integer rowFillStart)
      Sets row fill start.
      Parameters:
      rowFillStart - the rowFillStart to set
    • getRowFillEnd

      Integer getRowFillEnd()
      Gets row fill end.
      Returns:
      the rowFillEnd
    • setRowFillEnd

      void setRowFillEnd(Integer rowFillEnd)
      Sets row fill end.
      Parameters:
      rowFillEnd - the rowFillEnd to set
    • getColFillStart

      Integer getColFillStart()
      Gets col fill start.
      Returns:
      the colFillStart
    • setColFillStart

      void setColFillStart(Integer colFillStart)
      Sets col fill start.
      Parameters:
      colFillStart - the colFillStart to set
    • getColFillEnd

      Integer getColFillEnd()
      Gets col fill end.
      Returns:
      the colFillEnd
    • setColFillEnd

      void setColFillEnd(Integer colFillEnd)
      Sets col fill end.
      Parameters:
      colFillEnd - the colFillEnd to set
    • getAutoGrow

      Integer getAutoGrow()
      Gets auto grow.
      Returns:
      the autoGrow
    • setAutoGrow

      void setAutoGrow(Integer autoGrow)
      Sets auto grow.
      Parameters:
      autoGrow - the autoGrow to set
    • getKeepWithText

      Integer getKeepWithText()
      Gets keep with text.
      Returns:
      the keepWithText
    • setKeepWithText

      void setKeepWithText(Integer keepWithText)
      Sets keep with text.
      Parameters:
      keepWithText - the keepWithText to set
    • getRotationFollowsStory

      Integer getRotationFollowsStory()
      Gets rotation follows story.
      Returns:
      the rotationFollowsStory
    • setRotationFollowsStory

      void setRotationFollowsStory(Integer rotationFollowsStory)
      Sets rotation follows story.
      Parameters:
      rotationFollowsStory - the rotationFollowsStory to set
    • getRowStrokeStart

      Integer getRowStrokeStart()
      Gets row stroke start.
      Returns:
      the rowStrokeStart
    • setRowStrokeStart

      void setRowStrokeStart(Integer rowStrokeStart)
      Sets row stroke start.
      Parameters:
      rowStrokeStart - the rowStrokeStart to set
    • getRowStrokeEnd

      Integer getRowStrokeEnd()
      Gets row stroke end.
      Returns:
      the rowStrokeEnd
    • setRowStrokeEnd

      void setRowStrokeEnd(Integer rowStrokeEnd)
      Sets row stroke end.
      Parameters:
      rowStrokeEnd - the rowStrokeEnd to set
    • getColStrokeStart

      Integer getColStrokeStart()
      Gets col stroke start.
      Returns:
      the colStrokeStart
    • setColStrokeStart

      void setColStrokeStart(Integer colStrokeStart)
      Sets col stroke start.
      Parameters:
      colStrokeStart - the colStrokeStart to set
    • getColStrokeEnd

      Integer getColStrokeEnd()
      Gets col stroke end.
      Returns:
      the colStrokeEnd
    • setColStrokeEnd

      void setColStrokeEnd(Integer colStrokeEnd)
      Sets col stroke end.
      Parameters:
      colStrokeEnd - the colStrokeEnd to set
    • getLeftStrokePriority

      Integer getLeftStrokePriority()
      Gets left stroke priority.
      Returns:
      the leftStrokePriority
    • setLeftStrokePriority

      void setLeftStrokePriority(Integer leftStrokePriority)
      Sets left stroke priority.
      Parameters:
      leftStrokePriority - the leftStrokePriority to set
    • getTopStrokePriority

      Integer getTopStrokePriority()
      Gets top stroke priority.
      Returns:
      the topStrokePriority
    • setTopStrokePriority

      void setTopStrokePriority(Integer topStrokePriority)
      Sets top stroke priority.
      Parameters:
      topStrokePriority - the topStrokePriority to set
    • getRightStrokePriority

      Integer getRightStrokePriority()
      Gets right stroke priority.
      Returns:
      the rightStrokePriority
    • setRightStrokePriority

      void setRightStrokePriority(Integer rightStrokePriority)
      Sets right stroke priority.
      Parameters:
      rightStrokePriority - the rightStrokePriority to set
    • getBottomStrokePriority

      Integer getBottomStrokePriority()
      Gets bottom stroke priority.
      Returns:
      the bottomStrokePriority
    • setBottomStrokePriority

      void setBottomStrokePriority(Integer bottomStrokePriority)
      Sets bottom stroke priority.
      Parameters:
      bottomStrokePriority - the bottomStrokePriority to set
    • getKeepsStartOn

      Integer getKeepsStartOn()
      Gets keeps start on.
      Returns:
      the keepsStartOn
    • setKeepsStartOn

      void setKeepsStartOn(Integer keepsStartOn)
      Sets keeps start on.
      Parameters:
      keepsStartOn - the keepsStartOn to set
    • getStartHeaders

      Integer getStartHeaders()
      Gets start headers.
      Returns:
      the startHeaders
    • setStartHeaders

      void setStartHeaders(Integer startHeaders)
      Sets start headers.
      Parameters:
      startHeaders - the startHeaders to set
    • getStartFooters

      Integer getStartFooters()
      Gets start footers.
      Returns:
      the startFooters
    • setStartFooters

      void setStartFooters(Integer startFooters)
      Sets start footers.
      Parameters:
      startFooters - the startFooters to set
    • getTableStrokeOrder

      Integer getTableStrokeOrder()
      Gets table stroke order.
      Returns:
      the tableStrokeOrder
    • setTableStrokeOrder

      void setTableStrokeOrder(Integer tableStrokeOrder)
      Sets table stroke order.
      Parameters:
      tableStrokeOrder - the tableStrokeOrder to set
    • getCellType

      String getCellType()
      Gets cell type.
      Returns:
      the cellType
    • setCellType

      void setCellType(String cellType)
      Sets cell type.
      Parameters:
      cellType - the cellType to set
    • getTableCellType

      String getTableCellType()
      Gets table cell type.
      Returns:
      the tableCellType
    • setTableCellType

      void setTableCellType(String tableCellType)
      Sets table cell type.
      Parameters:
      tableCellType - the tableCellType to set
    • getCellFillOverprint

      Integer getCellFillOverprint()
      Gets cell fill overprint.
      Returns:
      the cellFillOverprint
    • setCellFillOverprint

      void setCellFillOverprint(Integer cellFillOverprint)
      Sets cell fill overprint.
      Parameters:
      cellFillOverprint - the cellFillOverprint to set
    • getLeftStrokeOverprint

      Integer getLeftStrokeOverprint()
      Gets left stroke overprint.
      Returns:
      the leftStrokeOverprint
    • setLeftStrokeOverprint

      void setLeftStrokeOverprint(Integer leftStrokeOverprint)
      Sets left stroke overprint.
      Parameters:
      leftStrokeOverprint - the leftStrokeOverprint to set
    • getTopStrokeOverprint

      Integer getTopStrokeOverprint()
      Gets top stroke overprint.
      Returns:
      the topStrokeOverprint
    • setTopStrokeOverprint

      void setTopStrokeOverprint(Integer topStrokeOverprint)
      Sets top stroke overprint.
      Parameters:
      topStrokeOverprint - the topStrokeOverprint to set
    • getRightStrokeOverprint

      Integer getRightStrokeOverprint()
      Gets right stroke overprint.
      Returns:
      the rightStrokeOverprint
    • setRightStrokeOverprint

      void setRightStrokeOverprint(Integer rightStrokeOverprint)
      Sets right stroke overprint.
      Parameters:
      rightStrokeOverprint - the rightStrokeOverprint to set
    • getBottomStrokeOverprint

      Integer getBottomStrokeOverprint()
      Gets bottom stroke overprint.
      Returns:
      the bottomStrokeOverprint
    • setBottomStrokeOverprint

      void setBottomStrokeOverprint(Integer bottomStrokeOverprint)
      Sets bottom stroke overprint.
      Parameters:
      bottomStrokeOverprint - the bottomStrokeOverprint to set
    • getLeftStrokeGapOverprint

      Integer getLeftStrokeGapOverprint()
      Gets left stroke gap overprint.
      Returns:
      the leftStrokeGapOverprint
    • setLeftStrokeGapOverprint

      void setLeftStrokeGapOverprint(Integer leftStrokeGapOverprint)
      Sets left stroke gap overprint.
      Parameters:
      leftStrokeGapOverprint - the leftStrokeGapOverprint to set
    • getTopStrokeGapOverprint

      Integer getTopStrokeGapOverprint()
      Gets top stroke gap overprint.
      Returns:
      the topStrokeGapOverprint
    • setTopStrokeGapOverprint

      void setTopStrokeGapOverprint(Integer topStrokeGapOverprint)
      Sets top stroke gap overprint.
      Parameters:
      topStrokeGapOverprint - the topStrokeGapOverprint to set
    • getRightStrokeGapOverprint

      Integer getRightStrokeGapOverprint()
      Gets right stroke gap overprint.
      Returns:
      the rightStrokeGapOverprint
    • setRightStrokeGapOverprint

      void setRightStrokeGapOverprint(Integer rightStrokeGapOverprint)
      Sets right stroke gap overprint.
      Parameters:
      rightStrokeGapOverprint - the rightStrokeGapOverprint to set
    • getBottomStrokeGapOverprint

      Integer getBottomStrokeGapOverprint()
      Gets bottom stroke gap overprint.
      Returns:
      the bottomStrokeGapOverprint
    • setBottomStrokeGapOverprint

      void setBottomStrokeGapOverprint(Integer bottomStrokeGapOverprint)
      Sets bottom stroke gap overprint.
      Parameters:
      bottomStrokeGapOverprint - the bottomStrokeGapOverprint to set
    • getDiagonal

      Integer getDiagonal()
      Gets diagonal.
      Returns:
      the diagonal
    • setDiagonal

      void setDiagonal(Integer diagonal)
      Sets diagonal.
      Parameters:
      diagonal - the diagonal to set
    • getHasLeftTopLine

      Integer getHasLeftTopLine()
      Gets has left top line.
      Returns:
      the hasLeftTopLine
    • setHasLeftTopLine

      void setHasLeftTopLine(Integer hasLeftTopLine)
      Sets has left top line.
      Parameters:
      hasLeftTopLine - the hasLeftTopLine to set
    • getHasRightTopLine

      Integer getHasRightTopLine()
      Gets has right top line.
      Returns:
      the hasRightTopLine
    • setHasRightTopLine

      void setHasRightTopLine(Integer hasRightTopLine)
      Sets has right top line.
      Parameters:
      hasRightTopLine - the hasRightTopLine to set
    • getDiagonalIsOnTop

      Integer getDiagonalIsOnTop()
      Gets diagonal is on top.
      Returns:
      the diagonalIsOnTop
    • setDiagonalIsOnTop

      void setDiagonalIsOnTop(Integer diagonalIsOnTop)
      Sets diagonal is on top.
      Parameters:
      diagonalIsOnTop - the diagonalIsOnTop to set
    • getDiagonalOverprint

      Integer getDiagonalOverprint()
      Gets diagonal overprint.
      Returns:
      the diagonalOverprint
    • setDiagonalOverprint

      void setDiagonalOverprint(Integer diagonalOverprint)
      Sets diagonal overprint.
      Parameters:
      diagonalOverprint - the diagonalOverprint to set
    • getDiagonalGapOverprint

      Integer getDiagonalGapOverprint()
      Gets diagonal gap overprint.
      Returns:
      the diagonalGapOverprint
    • setDiagonalGapOverprint

      void setDiagonalGapOverprint(Integer diagonalGapOverprint)
      Sets diagonal gap overprint.
      Parameters:
      diagonalGapOverprint - the diagonalGapOverprint to set
    • getClipToCell

      Integer getClipToCell()
      Gets clip to cell.
      Returns:
      the clipToCell
    • setClipToCell

      void setClipToCell(Integer clipToCell)
      Sets clip to cell.
      Parameters:
      clipToCell - the clipToCell to set
    • getSkipFirstHeader

      Integer getSkipFirstHeader()
      Gets skip first header.
      Returns:
      the skipFirstHeader
    • setSkipFirstHeader

      void setSkipFirstHeader(Integer skipFirstHeader)
      Sets skip first header.
      Parameters:
      skipFirstHeader - the skipFirstHeader to set
    • getSkipLastFooter

      Integer getSkipLastFooter()
      Gets skip last footer.
      Returns:
      the skipLastFooter
    • setSkipLastFooter

      void setSkipLastFooter(Integer skipLastFooter)
      Sets skip last footer.
      Parameters:
      skipLastFooter - the skipLastFooter to set
    • getLeftStrokeType

      String getLeftStrokeType()
      Gets left stroke type.
      Returns:
      the leftStrokeType
    • setLeftStrokeType

      void setLeftStrokeType(String leftStrokeType)
      Sets left stroke type.
      Parameters:
      leftStrokeType - the leftStrokeType to set
    • getTopStrokeType

      String getTopStrokeType()
      Gets top stroke type.
      Returns:
      the topStrokeType
    • setTopStrokeType

      void setTopStrokeType(String topStrokeType)
      Sets top stroke type.
      Parameters:
      topStrokeType - the topStrokeType to set
    • getRightStrokeType

      String getRightStrokeType()
      Gets right stroke type.
      Returns:
      the rightStrokeType
    • setRightStrokeType

      void setRightStrokeType(String rightStrokeType)
      Sets right stroke type.
      Parameters:
      rightStrokeType - the rightStrokeType to set
    • getBottomStrokeType

      String getBottomStrokeType()
      Gets bottom stroke type.
      Returns:
      the bottomStrokeType
    • setBottomStrokeType

      void setBottomStrokeType(String bottomStrokeType)
      Sets bottom stroke type.
      Parameters:
      bottomStrokeType - the bottomStrokeType to set
    • getOuterLeftStrokeType

      String getOuterLeftStrokeType()
      Gets outer left stroke type.
      Returns:
      the outerLeftStrokeType
    • setOuterLeftStrokeType

      void setOuterLeftStrokeType(String outerLeftStrokeType)
      Sets outer left stroke type.
      Parameters:
      outerLeftStrokeType - the outerLeftStrokeType to set
    • getOuterTopStrokeType

      String getOuterTopStrokeType()
      Gets outer top stroke type.
      Returns:
      the outerTopStrokeType
    • setOuterTopStrokeType

      void setOuterTopStrokeType(String outerTopStrokeType)
      Sets outer top stroke type.
      Parameters:
      outerTopStrokeType - the outerTopStrokeType to set
    • getOuterRightStrokeType

      String getOuterRightStrokeType()
      Gets outer right stroke type.
      Returns:
      the outerRightStrokeType
    • setOuterRightStrokeType

      void setOuterRightStrokeType(String outerRightStrokeType)
      Sets outer right stroke type.
      Parameters:
      outerRightStrokeType - the outerRightStrokeType to set
    • getOuterBottomStrokeType

      String getOuterBottomStrokeType()
      Gets outer bottom stroke type.
      Returns:
      the outerBottomStrokeType
    • setOuterBottomStrokeType

      void setOuterBottomStrokeType(String outerBottomStrokeType)
      Sets outer bottom stroke type.
      Parameters:
      outerBottomStrokeType - the outerBottomStrokeType to set
    • getTableRowStrokeType

      String getTableRowStrokeType()
      Gets table row stroke type.
      Returns:
      the tableRowStrokeType
    • setTableRowStrokeType

      void setTableRowStrokeType(String tableRowStrokeType)
      Sets table row stroke type.
      Parameters:
      tableRowStrokeType - the tableRowStrokeType to set
    • getTableColStrokeType

      String getTableColStrokeType()
      Gets table col stroke type.
      Returns:
      the tableColStrokeType
    • setTableColStrokeType

      void setTableColStrokeType(String tableColStrokeType)
      Sets table col stroke type.
      Parameters:
      tableColStrokeType - the tableColStrokeType to set
    • getRowStrokeFirstType

      String getRowStrokeFirstType()
      Gets row stroke first type.
      Returns:
      the rowStrokeFirstType
    • setRowStrokeFirstType

      void setRowStrokeFirstType(String rowStrokeFirstType)
      Sets row stroke first type.
      Parameters:
      rowStrokeFirstType - the rowStrokeFirstType to set
    • getRowStrokeSecondType

      String getRowStrokeSecondType()
      Gets row stroke second type.
      Returns:
      the rowStrokeSecondType
    • setRowStrokeSecondType

      void setRowStrokeSecondType(String rowStrokeSecondType)
      Sets row stroke second type.
      Parameters:
      rowStrokeSecondType - the rowStrokeSecondType to set
    • getColStrokeFirstType

      String getColStrokeFirstType()
      Gets col stroke first type.
      Returns:
      the colStrokeFirstType
    • setColStrokeFirstType

      void setColStrokeFirstType(String colStrokeFirstType)
      Sets col stroke first type.
      Parameters:
      colStrokeFirstType - the colStrokeFirstType to set
    • getColStrokeSecondType

      String getColStrokeSecondType()
      Gets col stroke second type.
      Returns:
      the colStrokeSecondType
    • setColStrokeSecondType

      void setColStrokeSecondType(String colStrokeSecondType)
      Sets col stroke second type.
      Parameters:
      colStrokeSecondType - the colStrokeSecondType to set
    • getDiagonalType

      String getDiagonalType()
      Gets diagonal type.
      Returns:
      the diagonalType
    • setDiagonalType

      void setDiagonalType(String diagonalType)
      Sets diagonal type.
      Parameters:
      diagonalType - the diagonalType to set
    • getHeaderCellStyle

      String getHeaderCellStyle()
      Gets header cell style.
      Returns:
      the headerCellStyle
    • setHeaderCellStyle

      void setHeaderCellStyle(String headerCellStyle)
      Sets header cell style.
      Parameters:
      headerCellStyle - the headerCellStyle to set
    • getFooterCellStyle

      String getFooterCellStyle()
      Gets footer cell style.
      Returns:
      the footerCellStyle
    • setFooterCellStyle

      void setFooterCellStyle(String footerCellStyle)
      Sets footer cell style.
      Parameters:
      footerCellStyle - the footerCellStyle to set
    • getBodyCellStyle

      String getBodyCellStyle()
      Gets body cell style.
      Returns:
      the bodyCellStyle
    • setBodyCellStyle

      void setBodyCellStyle(String bodyCellStyle)
      Sets body cell style.
      Parameters:
      bodyCellStyle - the bodyCellStyle to set
    • getLeftCellStyle

      String getLeftCellStyle()
      Gets left cell style.
      Returns:
      the leftCellStyle
    • setLeftCellStyle

      void setLeftCellStyle(String leftCellStyle)
      Sets left cell style.
      Parameters:
      leftCellStyle - the leftCellStyle to set
    • getRightCellStyle

      String getRightCellStyle()
      Gets right cell style.
      Returns:
      the rightCellStyle
    • setRightCellStyle

      void setRightCellStyle(String rightCellStyle)
      Sets right cell style.
      Parameters:
      rightCellStyle - the rightCellStyle to set
    • getParaStyle

      String getParaStyle()
      Gets para style.
      Returns:
      the paraStyle
    • setParaStyle

      void setParaStyle(String paraStyle)
      Sets para style.
      Parameters:
      paraStyle - the paraStyle to set
    • getMojikumi

      String getMojikumi()
      Gets mojikumi.
      Returns:
      the mojikumi
    • setMojikumi

      void setMojikumi(String mojikumi)
      Sets mojikumi.
      Parameters:
      mojikumi - the mojikumi to set
    • getMojikumiSpacingBefore

      String getMojikumiSpacingBefore()
      Gets mojikumi spacing before.
      Returns:
      the mojikumiSpacingBefore
    • setMojikumiSpacingBefore

      void setMojikumiSpacingBefore(String mojikumiSpacingBefore)
      Sets mojikumi spacing before.
      Parameters:
      mojikumiSpacingBefore - the mojikumiSpacingBefore to set
    • getMojikumiSpacingAfter

      String getMojikumiSpacingAfter()
      Gets mojikumi spacing after.
      Returns:
      the mojikumiSpacingAfter
    • setMojikumiSpacingAfter

      void setMojikumiSpacingAfter(String mojikumiSpacingAfter)
      Sets mojikumi spacing after.
      Parameters:
      mojikumiSpacingAfter - the mojikumiSpacingAfter to set
    • getKinsoku

      String getKinsoku()
      Gets kinsoku.
      Returns:
      the kinsoku
    • setKinsoku

      void setKinsoku(String kinsoku)
      Sets kinsoku.
      Parameters:
      kinsoku - the kinsoku to set
    • getKinsokuType

      String getKinsokuType()
      Gets kinsoku type.
      Returns:
      the kinsokuType
    • setKinsokuType

      void setKinsokuType(String kinsokuType)
      Sets kinsoku type.
      Parameters:
      kinsokuType - the kinsokuType to set
    • getKinsokuHangtype

      String getKinsokuHangtype()
      Gets kinsoku hangtype.
      Returns:
      the kinsokuHangtype
    • setKinsokuHangtype

      void setKinsokuHangtype(String kinsokuHangtype)
      Sets kinsoku hangtype.
      Parameters:
      kinsokuHangtype - the kinsokuHangtype to set
    • getBunriKinshi

      String getBunriKinshi()
      Gets bunri kinshi.
      Returns:
      the bunriKinshi
    • setBunriKinshi

      void setBunriKinshi(String bunriKinshi)
      Sets bunri kinshi.
      Parameters:
      bunriKinshi - the bunriKinshi to set
    • getRubyOt

      String getRubyOt()
      Gets ruby ot.
      Returns:
      the rubyOt
    • setRubyOt

      void setRubyOt(String rubyOt)
      Sets ruby ot.
      Parameters:
      rubyOt - the rubyOt to set
    • getRubyPointsize

      String getRubyPointsize()
      Gets ruby pointsize.
      Returns:
      the rubyPointsize
    • setRubyPointsize

      void setRubyPointsize(String rubyPointsize)
      Sets ruby pointsize.
      Parameters:
      rubyPointsize - the rubyPointsize to set
    • getRubyAlignment

      String getRubyAlignment()
      Gets ruby alignment.
      Returns:
      the rubyAlignment
    • setRubyAlignment

      void setRubyAlignment(String rubyAlignment)
      Sets ruby alignment.
      Parameters:
      rubyAlignment - the rubyAlignment to set
    • getRubyType

      String getRubyType()
      Gets ruby type.
      Returns:
      the rubyType
    • setRubyType

      void setRubyType(String rubyType)
      Sets ruby type.
      Parameters:
      rubyType - the rubyType to set
    • getRubyFont

      String getRubyFont()
      Gets ruby font.
      Returns:
      the rubyFont
    • setRubyFont

      void setRubyFont(String rubyFont)
      Sets ruby font.
      Parameters:
      rubyFont - the rubyFont to set
    • getRubyStyle

      String getRubyStyle()
      Gets ruby style.
      Returns:
      the rubyStyle
    • setRubyStyle

      void setRubyStyle(String rubyStyle)
      Sets ruby style.
      Parameters:
      rubyStyle - the rubyStyle to set
    • getRubySpacing

      String getRubySpacing()
      Gets ruby spacing.
      Returns:
      the rubySpacing
    • setRubySpacing

      void setRubySpacing(String rubySpacing)
      Sets ruby spacing.
      Parameters:
      rubySpacing - the rubySpacing to set
    • getRubyScaleX

      String getRubyScaleX()
      Gets ruby scale x.
      Returns:
      the rubyScaleX
    • setRubyScaleX

      void setRubyScaleX(String rubyScaleX)
      Sets ruby scale x.
      Parameters:
      rubyScaleX - the rubyScaleX to set
    • getRubyScaleY

      String getRubyScaleY()
      Gets ruby scale y.
      Returns:
      the rubyScaleY
    • setRubyScaleY

      void setRubyScaleY(String rubyScaleY)
      Sets ruby scale y.
      Parameters:
      rubyScaleY - the rubyScaleY to set
    • getRubyOffsetX

      String getRubyOffsetX()
      Gets ruby offset x.
      Returns:
      the rubyOffsetX
    • setRubyOffsetX

      void setRubyOffsetX(String rubyOffsetX)
      Sets ruby offset x.
      Parameters:
      rubyOffsetX - the rubyOffsetX to set
    • getRubyOffsetY

      String getRubyOffsetY()
      Gets ruby offset y.
      Returns:
      the rubyOffsetY
    • setRubyOffsetY

      void setRubyOffsetY(String rubyOffsetY)
      Sets ruby offset y.
      Parameters:
      rubyOffsetY - the rubyOffsetY to set
    • getRubyPosition

      String getRubyPosition()
      Gets ruby position.
      Returns:
      the rubyPosition
    • setRubyPosition

      void setRubyPosition(String rubyPosition)
      Sets ruby position.
      Parameters:
      rubyPosition - the rubyPosition to set
    • getRubyEdgespace

      String getRubyEdgespace()
      Gets ruby edgespace.
      Returns:
      the rubyEdgespace
    • setRubyEdgespace

      void setRubyEdgespace(String rubyEdgespace)
      Sets ruby edgespace.
      Parameters:
      rubyEdgespace - the rubyEdgespace to set
    • getRubyOverhang

      String getRubyOverhang()
      Gets ruby overhang.
      Returns:
      the rubyOverhang
    • setRubyOverhang

      void setRubyOverhang(String rubyOverhang)
      Sets ruby overhang.
      Parameters:
      rubyOverhang - the rubyOverhang to set
    • getStrokeGapcolor

      String getStrokeGapcolor()
      Gets stroke gapcolor.
      Returns:
      the strokeGapcolor
    • setStrokeGapcolor

      void setStrokeGapcolor(String strokeGapcolor)
      Sets stroke gapcolor.
      Parameters:
      strokeGapcolor - the strokeGapcolor to set
    • getContentColor

      String getContentColor()
      Gets content color.
      Returns:
      the contentColor
    • setContentColor

      void setContentColor(String contentColor)
      Sets content color.
      Parameters:
      contentColor - the contentColor to set
    • getStrokeWeight

      Double getStrokeWeight()
      Gets stroke weight.
      Returns:
      the strokeWeight
    • setStrokeWeight

      void setStrokeWeight(Double strokeWeight)
      Sets stroke weight.
      Parameters:
      strokeWeight - the strokeWeight to set
    • getStrokeType

      String getStrokeType()
      Gets stroke type.
      Returns:
      the strokeType
    • setStrokeType

      void setStrokeType(String strokeType)
      Sets stroke type.
      Parameters:
      strokeType - the strokeType to set
    • getStrokeEvenodd

      Integer getStrokeEvenodd()
      Gets stroke evenodd.
      Returns:
      the strokeEvenodd
    • setStrokeEvenodd

      void setStrokeEvenodd(Integer strokeEvenodd)
      Sets stroke evenodd.
      Parameters:
      strokeEvenodd - the strokeEvenodd to set
    • getStrokeGradientAngle

      Double getStrokeGradientAngle()
      Gets stroke gradient angle.
      Returns:
      the strokeGradientAngle
    • setStrokeGradientAngle

      void setStrokeGradientAngle(Double strokeGradientAngle)
      Sets stroke gradient angle.
      Parameters:
      strokeGradientAngle - the strokeGradientAngle to set
    • getStrokeCap

      String getStrokeCap()
      Gets stroke cap.
      Returns:
      the strokeCap
    • setStrokeCap

      void setStrokeCap(String strokeCap)
      Sets stroke cap.
      Parameters:
      strokeCap - the strokeCap to set
    • getStrokeJoin

      String getStrokeJoin()
      Gets stroke join.
      Returns:
      the strokeJoin
    • setStrokeJoin

      void setStrokeJoin(String strokeJoin)
      Sets stroke join.
      Parameters:
      strokeJoin - the strokeJoin to set
    • getStrokeMiterlimit

      Double getStrokeMiterlimit()
      Gets stroke miterlimit.
      Returns:
      the strokeMiterlimit
    • setStrokeMiterlimit

      void setStrokeMiterlimit(Double strokeMiterlimit)
      Sets stroke miterlimit.
      Parameters:
      strokeMiterlimit - the strokeMiterlimit to set
    • getStrokeGaptint

      Double getStrokeGaptint()
      Gets stroke gaptint.
      Returns:
      the strokeGaptint
    • setStrokeGaptint

      void setStrokeGaptint(Double strokeGaptint)
      Sets stroke gaptint.
      Parameters:
      strokeGaptint - the strokeGaptint to set
    • getStrokeGapoverprint

      Integer getStrokeGapoverprint()
      Gets stroke gapoverprint.
      Returns:
      the strokeGapoverprint
    • setStrokeGapoverprint

      void setStrokeGapoverprint(Integer strokeGapoverprint)
      Sets stroke gapoverprint.
      Parameters:
      strokeGapoverprint - the strokeGapoverprint to set
    • getStrokeLinestart

      String getStrokeLinestart()
      Gets stroke linestart.
      Returns:
      the strokeLinestart
    • setStrokeLinestart

      void setStrokeLinestart(String strokeLinestart)
      Sets stroke linestart.
      Parameters:
      strokeLinestart - the strokeLinestart to set
    • getStrokeLineend

      String getStrokeLineend()
      Gets stroke lineend.
      Returns:
      the strokeLineend
    • setStrokeLineend

      void setStrokeLineend(String strokeLineend)
      Sets stroke lineend.
      Parameters:
      strokeLineend - the strokeLineend to set
    • getStrokeAlign

      Integer getStrokeAlign()
      Gets stroke align.
      Returns:
      the strokeAlign
    • setStrokeAlign

      void setStrokeAlign(Integer strokeAlign)
      Sets stroke align.
      Parameters:
      strokeAlign - the strokeAlign to set
    • getCornerType

      String getCornerType()
      Gets corner type.
      Returns:
      the cornerType
    • setCornerType

      void setCornerType(String cornerType)
      Sets corner type.
      Parameters:
      cornerType - the cornerType to set
    • getCornerTypeBl

      String getCornerTypeBl()
      Gets corner type bl.
      Returns:
      the cornerTypeBl
    • setCornerTypeBl

      void setCornerTypeBl(String cornerTypeBl)
      Sets corner type bl.
      Parameters:
      cornerTypeBl - the cornerTypeBl to set
    • getCornerTypeBr

      String getCornerTypeBr()
      Gets corner type br.
      Returns:
      the cornerTypeBr
    • setCornerTypeBr

      void setCornerTypeBr(String cornerTypeBr)
      Sets corner type br.
      Parameters:
      cornerTypeBr - the cornerTypeBr to set
    • getCornerTypeTr

      String getCornerTypeTr()
      Gets corner type tr.
      Returns:
      the cornerTypeTr
    • setCornerTypeTr

      void setCornerTypeTr(String cornerTypeTr)
      Sets corner type tr.
      Parameters:
      cornerTypeTr - the cornerTypeTr to set
    • getCornerRadius

      Double getCornerRadius()
      Gets corner radius.
      Returns:
      the cornerRadius
    • setCornerRadius

      void setCornerRadius(Double cornerRadius)
      Sets corner radius.
      Parameters:
      cornerRadius - the cornerRadius to set
    • getCornerRadiusBl

      Double getCornerRadiusBl()
      Gets corner radius bl.
      Returns:
      the cornerRadiusBl
    • setCornerRadiusBl

      void setCornerRadiusBl(Double cornerRadiusBl)
      Sets corner radius bl.
      Parameters:
      cornerRadiusBl - the cornerRadiusBl to set
    • getCornerRadiusBr

      Double getCornerRadiusBr()
      Gets corner radius br.
      Returns:
      the cornerRadiusBr
    • setCornerRadiusBr

      void setCornerRadiusBr(Double cornerRadiusBr)
      Sets corner radius br.
      Parameters:
      cornerRadiusBr - the cornerRadiusBr to set
    • getCornerRadiusTr

      Double getCornerRadiusTr()
      Gets corner radius tr.
      Returns:
      the cornerRadiusTr
    • setCornerRadiusTr

      void setCornerRadiusTr(Double cornerRadiusTr)
      Sets corner radius tr.
      Parameters:
      cornerRadiusTr - the cornerRadiusTr to set
    • getContentGradientAngle

      Double getContentGradientAngle()
      Gets content gradient angle.
      Returns:
      the contentGradientAngle
    • setContentGradientAngle

      void setContentGradientAngle(Double contentGradientAngle)
      Sets content gradient angle.
      Parameters:
      contentGradientAngle - the contentGradientAngle to set
    • getContentTint

      Double getContentTint()
      Gets content tint.
      Returns:
      the contentTint
    • setContentTint

      void setContentTint(Double contentTint)
      Sets content tint.
      Parameters:
      contentTint - the contentTint to set
    • getContentOverprint

      Integer getContentOverprint()
      Gets content overprint.
      Returns:
      the contentOverprint
    • setContentOverprint

      void setContentOverprint(Integer contentOverprint)
      Sets content overprint.
      Parameters:
      contentOverprint - the contentOverprint to set
    • getContentNoprint

      Integer getContentNoprint()
      Gets content noprint.
      Returns:
      the contentNoprint
    • setContentNoprint

      void setContentNoprint(Integer contentNoprint)
      Sets content noprint.
      Parameters:
      contentNoprint - the contentNoprint to set
    • getUnsupportedProperty1BD2

      String getUnsupportedProperty1BD2()
      Gets unsupported property 1 bd 2.
      Returns:
      the unsupportedProperty1BD2
    • setUnsupportedProperty1BD2

      void setUnsupportedProperty1BD2(String unsupportedProperty1BD2)
      Sets unsupported property 1 bd 2.
      Parameters:
      unsupportedProperty1BD2 - the unsupportedProperty1BD2 to set
    • getUnsupportedProperty1BD3

      String getUnsupportedProperty1BD3()
      Gets unsupported property 1 bd 3.
      Returns:
      the unsupportedProperty1BD3
    • setUnsupportedProperty1BD3

      void setUnsupportedProperty1BD3(String unsupportedProperty1BD3)
      Sets unsupported property 1 bd 3.
      Parameters:
      unsupportedProperty1BD3 - the unsupportedProperty1BD3 to set
    • getUnsupportedProperty1BD4

      String getUnsupportedProperty1BD4()
      Gets unsupported property 1 bd 4.
      Returns:
      the unsupportedProperty1BD4
    • setUnsupportedProperty1BD4

      void setUnsupportedProperty1BD4(String unsupportedProperty1BD4)
      Sets unsupported property 1 bd 4.
      Parameters:
      unsupportedProperty1BD4 - the unsupportedProperty1BD4 to set
    • getUnsupportedProperty1BD5

      String getUnsupportedProperty1BD5()
      Gets unsupported property 1 bd 5.
      Returns:
      the unsupportedProperty1BD5
    • setUnsupportedProperty1BD5

      void setUnsupportedProperty1BD5(String unsupportedProperty1BD5)
      Sets unsupported property 1 bd 5.
      Parameters:
      unsupportedProperty1BD5 - the unsupportedProperty1BD5 to set
    • getUnsupportedProperty1BD6

      String getUnsupportedProperty1BD6()
      Gets unsupported property 1 bd 6.
      Returns:
      the unsupportedProperty1BD6
    • setUnsupportedProperty1BD6

      void setUnsupportedProperty1BD6(String unsupportedProperty1BD6)
      Sets unsupported property 1 bd 6.
      Parameters:
      unsupportedProperty1BD6 - the unsupportedProperty1BD6 to set
    • getUnsupportedProperty1BD7

      String getUnsupportedProperty1BD7()
      Gets unsupported property 1 bd 7.
      Returns:
      the unsupportedProperty1BD7
    • setUnsupportedProperty1BD7

      void setUnsupportedProperty1BD7(String unsupportedProperty1BD7)
      Sets unsupported property 1 bd 7.
      Parameters:
      unsupportedProperty1BD7 - the unsupportedProperty1BD7 to set
    • getUnsupportedProperty1BD8

      String getUnsupportedProperty1BD8()
      Gets unsupported property 1 bd 8.
      Returns:
      the unsupportedProperty1BD8
    • setUnsupportedProperty1BD8

      void setUnsupportedProperty1BD8(String unsupportedProperty1BD8)
      Sets unsupported property 1 bd 8.
      Parameters:
      unsupportedProperty1BD8 - the unsupportedProperty1BD8 to set
    • getUnsupportedProperty1BD9

      String getUnsupportedProperty1BD9()
      Gets unsupported property 1 bd 9.
      Returns:
      the unsupportedProperty1BD9
    • setUnsupportedProperty1BD9

      void setUnsupportedProperty1BD9(String unsupportedProperty1BD9)
      Sets unsupported property 1 bd 9.
      Parameters:
      unsupportedProperty1BD9 - the unsupportedProperty1BD9 to set
    • getUnsupportedProperty1BDA

      String getUnsupportedProperty1BDA()
      Gets unsupported property 1 bda.
      Returns:
      the unsupportedProperty1BDA
    • setUnsupportedProperty1BDA

      void setUnsupportedProperty1BDA(String unsupportedProperty1BDA)
      Sets unsupported property 1 bda.
      Parameters:
      unsupportedProperty1BDA - the unsupportedProperty1BDA to set
    • getUnsupportedProperty1BDB

      String getUnsupportedProperty1BDB()
      Gets unsupported property 1 bdb.
      Returns:
      the unsupportedProperty1BDB
    • setUnsupportedProperty1BDB

      void setUnsupportedProperty1BDB(String unsupportedProperty1BDB)
      Sets unsupported property 1 bdb.
      Parameters:
      unsupportedProperty1BDB - the unsupportedProperty1BDB to set
    • getUnsupportedProperty1BDC

      String getUnsupportedProperty1BDC()
      Gets unsupported property 1 bdc.
      Returns:
      the unsupportedProperty1BDC
    • setUnsupportedProperty1BDC

      void setUnsupportedProperty1BDC(String unsupportedProperty1BDC)
      Sets unsupported property 1 bdc.
      Parameters:
      unsupportedProperty1BDC - the unsupportedProperty1BDC to set
    • getUnsupportedProperty1BDD

      String getUnsupportedProperty1BDD()
      Gets unsupported property 1 bdd.
      Returns:
      the unsupportedProperty1BDD
    • setUnsupportedProperty1BDD

      void setUnsupportedProperty1BDD(String unsupportedProperty1BDD)
      Sets unsupported property 1 bdd.
      Parameters:
      unsupportedProperty1BDD - the unsupportedProperty1BDD to set
    • getUnsupportedProperty1BDE

      String getUnsupportedProperty1BDE()
      Gets unsupported property 1 bde.
      Returns:
      the unsupportedProperty1BDE
    • setUnsupportedProperty1BDE

      void setUnsupportedProperty1BDE(String unsupportedProperty1BDE)
      Sets unsupported property 1 bde.
      Parameters:
      unsupportedProperty1BDE - the unsupportedProperty1BDE to set
    • getUnsupportedProperty1BF6

      String getUnsupportedProperty1BF6()
      Gets unsupported property 1 bf 6.
      Returns:
      the unsupportedProperty1BF6
    • setUnsupportedProperty1BF6

      void setUnsupportedProperty1BF6(String unsupportedProperty1BF6)
      Sets unsupported property 1 bf 6.
      Parameters:
      unsupportedProperty1BF6 - the unsupportedProperty1BF6 to set
    • getUnsupportedProperty1BF7

      String getUnsupportedProperty1BF7()
      Gets unsupported property 1 bf 7.
      Returns:
      the unsupportedProperty1BF7
    • setUnsupportedProperty1BF7

      void setUnsupportedProperty1BF7(String unsupportedProperty1BF7)
      Sets unsupported property 1 bf 7.
      Parameters:
      unsupportedProperty1BF7 - the unsupportedProperty1BF7 to set
    • getUnsupportedProperty1BF8

      String getUnsupportedProperty1BF8()
      Gets unsupported property 1 bf 8.
      Returns:
      the unsupportedProperty1BF8
    • setUnsupportedProperty1BF8

      void setUnsupportedProperty1BF8(String unsupportedProperty1BF8)
      Sets unsupported property 1 bf 8.
      Parameters:
      unsupportedProperty1BF8 - the unsupportedProperty1BF8 to set
    • getUnsupportedProperty1BF9

      String getUnsupportedProperty1BF9()
      Gets unsupported property 1 bf 9.
      Returns:
      the unsupportedProperty1BF9
    • setUnsupportedProperty1BF9

      void setUnsupportedProperty1BF9(String unsupportedProperty1BF9)
      Sets unsupported property 1 bf 9.
      Parameters:
      unsupportedProperty1BF9 - the unsupportedProperty1BF9 to set
    • getUnsupportedProperty1BFA

      String getUnsupportedProperty1BFA()
      Gets unsupported property 1 bfa.
      Returns:
      the unsupportedProperty1BFA
    • setUnsupportedProperty1BFA

      void setUnsupportedProperty1BFA(String unsupportedProperty1BFA)
      Sets unsupported property 1 bfa.
      Parameters:
      unsupportedProperty1BFA - the unsupportedProperty1BFA to set
    • getUnsupportedProperty1BFB

      String getUnsupportedProperty1BFB()
      Gets unsupported property 1 bfb.
      Returns:
      the unsupportedProperty1BFB
    • setUnsupportedProperty1BFB

      void setUnsupportedProperty1BFB(String unsupportedProperty1BFB)
      Sets unsupported property 1 bfb.
      Parameters:
      unsupportedProperty1BFB - the unsupportedProperty1BFB to set
    • getUnsupportedProperty1BFC

      String getUnsupportedProperty1BFC()
      Gets unsupported property 1 bfc.
      Returns:
      the unsupportedProperty1BFC
    • setUnsupportedProperty1BFC

      void setUnsupportedProperty1BFC(String unsupportedProperty1BFC)
      Sets unsupported property 1 bfc.
      Parameters:
      unsupportedProperty1BFC - the unsupportedProperty1BFC to set
    • getUnsupportedProperty1BFD

      String getUnsupportedProperty1BFD()
      Gets unsupported property 1 bfd.
      Returns:
      the unsupportedProperty1BFD
    • setUnsupportedProperty1BFD

      void setUnsupportedProperty1BFD(String unsupportedProperty1BFD)
      Sets unsupported property 1 bfd.
      Parameters:
      unsupportedProperty1BFD - the unsupportedProperty1BFD to set
    • getUnsupportedProperty1BFE

      String getUnsupportedProperty1BFE()
      Gets unsupported property 1 bfe.
      Returns:
      the unsupportedProperty1BFE
    • setUnsupportedProperty1BFE

      void setUnsupportedProperty1BFE(String unsupportedProperty1BFE)
      Sets unsupported property 1 bfe.
      Parameters:
      unsupportedProperty1BFE - the unsupportedProperty1BFE to set
    • getUnsupportedProperty423C

      String getUnsupportedProperty423C()
      Gets unsupported property 423 c.
      Returns:
      the unsupportedProperty423C
    • setUnsupportedProperty423C

      void setUnsupportedProperty423C(String unsupportedProperty423C)
      Sets unsupported property 423 c.
      Parameters:
      unsupportedProperty423C - the unsupportedProperty423C to set
    • getUnsupportedProperty423E

      String getUnsupportedProperty423E()
      Gets unsupported property 423 e.
      Returns:
      the unsupportedProperty423E
    • setUnsupportedProperty423E

      void setUnsupportedProperty423E(String unsupportedProperty423E)
      Sets unsupported property 423 e.
      Parameters:
      unsupportedProperty423E - the unsupportedProperty423E to set
    • getUnsupportedProperty423F

      String getUnsupportedProperty423F()
      Gets unsupported property 423 f.
      Returns:
      the unsupportedProperty423F
    • setUnsupportedProperty423F

      void setUnsupportedProperty423F(String unsupportedProperty423F)
      Sets unsupported property 423 f.
      Parameters:
      unsupportedProperty423F - the unsupportedProperty423F to set
    • getUnsupportedProperty4240

      String getUnsupportedProperty4240()
      Gets unsupported property 4240.
      Returns:
      the unsupportedProperty4240
    • setUnsupportedProperty4240

      void setUnsupportedProperty4240(String unsupportedProperty4240)
      Sets unsupported property 4240.
      Parameters:
      unsupportedProperty4240 - the unsupportedProperty4240 to set
    • getUnsupportedProperty4241

      String getUnsupportedProperty4241()
      Gets unsupported property 4241.
      Returns:
      the unsupportedProperty4241
    • setUnsupportedProperty4241

      void setUnsupportedProperty4241(String unsupportedProperty4241)
      Sets unsupported property 4241.
      Parameters:
      unsupportedProperty4241 - the unsupportedProperty4241 to set
    • getUnsupportedProperty4242

      String getUnsupportedProperty4242()
      Gets unsupported property 4242.
      Returns:
      the unsupportedProperty4242
    • setUnsupportedProperty4242

      void setUnsupportedProperty4242(String unsupportedProperty4242)
      Sets unsupported property 4242.
      Parameters:
      unsupportedProperty4242 - the unsupportedProperty4242 to set
    • getUnsupportedProperty4243

      String getUnsupportedProperty4243()
      Gets unsupported property 4243.
      Returns:
      the unsupportedProperty4243
    • setUnsupportedProperty4243

      void setUnsupportedProperty4243(String unsupportedProperty4243)
      Sets unsupported property 4243.
      Parameters:
      unsupportedProperty4243 - the unsupportedProperty4243 to set
    • getUnsupportedProperty4244

      String getUnsupportedProperty4244()
      Gets unsupported property 4244.
      Returns:
      the unsupportedProperty4244
    • setUnsupportedProperty4244

      void setUnsupportedProperty4244(String unsupportedProperty4244)
      Sets unsupported property 4244.
      Parameters:
      unsupportedProperty4244 - the unsupportedProperty4244 to set
    • getUnsupportedProperty4245

      String getUnsupportedProperty4245()
      Gets unsupported property 4245.
      Returns:
      the unsupportedProperty4245
    • setUnsupportedProperty4245

      void setUnsupportedProperty4245(String unsupportedProperty4245)
      Sets unsupported property 4245.
      Parameters:
      unsupportedProperty4245 - the unsupportedProperty4245 to set
    • getUnsupportedProperty4246

      String getUnsupportedProperty4246()
      Gets unsupported property 4246.
      Returns:
      the unsupportedProperty4246
    • setUnsupportedProperty4246

      void setUnsupportedProperty4246(String unsupportedProperty4246)
      Sets unsupported property 4246.
      Parameters:
      unsupportedProperty4246 - the unsupportedProperty4246 to set
    • getUnsupportedProperty4247

      String getUnsupportedProperty4247()
      Gets unsupported property 4247.
      Returns:
      the unsupportedProperty4247
    • setUnsupportedProperty4247

      void setUnsupportedProperty4247(String unsupportedProperty4247)
      Sets unsupported property 4247.
      Parameters:
      unsupportedProperty4247 - the unsupportedProperty4247 to set
    • getUnsupportedProperty4248

      String getUnsupportedProperty4248()
      Gets unsupported property 4248.
      Returns:
      the unsupportedProperty4248
    • setUnsupportedProperty4248

      void setUnsupportedProperty4248(String unsupportedProperty4248)
      Sets unsupported property 4248.
      Parameters:
      unsupportedProperty4248 - the unsupportedProperty4248 to set
    • getUnsupportedProperty4249

      String getUnsupportedProperty4249()
      Gets unsupported property 4249.
      Returns:
      the unsupportedProperty4249
    • setUnsupportedProperty4249

      void setUnsupportedProperty4249(String unsupportedProperty4249)
      Sets unsupported property 4249.
      Parameters:
      unsupportedProperty4249 - the unsupportedProperty4249 to set
    • getUnsupportedProperty424A

      String getUnsupportedProperty424A()
      Gets unsupported property 424 a.
      Returns:
      the unsupportedProperty424A
    • setUnsupportedProperty424A

      void setUnsupportedProperty424A(String unsupportedProperty424A)
      Sets unsupported property 424 a.
      Parameters:
      unsupportedProperty424A - the unsupportedProperty424A to set
    • getUnsupportedProperty424C

      String getUnsupportedProperty424C()
      Gets unsupported property 424 c.
      Returns:
      the unsupportedProperty424C
    • setUnsupportedProperty424C

      void setUnsupportedProperty424C(String unsupportedProperty424C)
      Sets unsupported property 424 c.
      Parameters:
      unsupportedProperty424C - the unsupportedProperty424C to set
    • getUnsupportedProperty424D

      String getUnsupportedProperty424D()
      Gets unsupported property 424 d.
      Returns:
      the unsupportedProperty424D
    • setUnsupportedProperty424D

      void setUnsupportedProperty424D(String unsupportedProperty424D)
      Sets unsupported property 424 d.
      Parameters:
      unsupportedProperty424D - the unsupportedProperty424D to set
    • getUnsupportedProperty424F

      String getUnsupportedProperty424F()
      Gets unsupported property 424 f.
      Returns:
      the unsupportedProperty424F
    • setUnsupportedProperty424F

      void setUnsupportedProperty424F(String unsupportedProperty424F)
      Sets unsupported property 424 f.
      Parameters:
      unsupportedProperty424F - the unsupportedProperty424F to set
    • getUnsupportedProperty4250

      String getUnsupportedProperty4250()
      Gets unsupported property 4250.
      Returns:
      the unsupportedProperty4250
    • setUnsupportedProperty4250

      void setUnsupportedProperty4250(String unsupportedProperty4250)
      Sets unsupported property 4250.
      Parameters:
      unsupportedProperty4250 - the unsupportedProperty4250 to set
    • getUnsupportedProperty4251

      String getUnsupportedProperty4251()
      Gets unsupported property 4251.
      Returns:
      the unsupportedProperty4251
    • setUnsupportedProperty4251

      void setUnsupportedProperty4251(String unsupportedProperty4251)
      Sets unsupported property 4251.
      Parameters:
      unsupportedProperty4251 - the unsupportedProperty4251 to set
    • getUnsupportedProperty4252

      String getUnsupportedProperty4252()
      Gets unsupported property 4252.
      Returns:
      the unsupportedProperty4252
    • setUnsupportedProperty4252

      void setUnsupportedProperty4252(String unsupportedProperty4252)
      Sets unsupported property 4252.
      Parameters:
      unsupportedProperty4252 - the unsupportedProperty4252 to set
    • getUnsupportedProperty4257

      String getUnsupportedProperty4257()
      Gets unsupported property 4257.
      Returns:
      the unsupportedProperty4257
    • setUnsupportedProperty4257

      void setUnsupportedProperty4257(String unsupportedProperty4257)
      Sets unsupported property 4257.
      Parameters:
      unsupportedProperty4257 - the unsupportedProperty4257 to set
    • getUnsupportedProperty4258

      String getUnsupportedProperty4258()
      Gets unsupported property 4258.
      Returns:
      the unsupportedProperty4258
    • setUnsupportedProperty4258

      void setUnsupportedProperty4258(String unsupportedProperty4258)
      Sets unsupported property 4258.
      Parameters:
      unsupportedProperty4258 - the unsupportedProperty4258 to set
    • getUnsupportedProperty4259

      String getUnsupportedProperty4259()
      Gets unsupported property 4259.
      Returns:
      the unsupportedProperty4259
    • setUnsupportedProperty4259

      void setUnsupportedProperty4259(String unsupportedProperty4259)
      Sets unsupported property 4259.
      Parameters:
      unsupportedProperty4259 - the unsupportedProperty4259 to set
    • getUnsupportedProperty425A

      String getUnsupportedProperty425A()
      Gets unsupported property 425 a.
      Returns:
      the unsupportedProperty425A
    • setUnsupportedProperty425A

      void setUnsupportedProperty425A(String unsupportedProperty425A)
      Sets unsupported property 425 a.
      Parameters:
      unsupportedProperty425A - the unsupportedProperty425A to set
    • getUnsupportedProperty425B

      String getUnsupportedProperty425B()
      Gets unsupported property 425 b.
      Returns:
      the unsupportedProperty425B
    • setUnsupportedProperty425B

      void setUnsupportedProperty425B(String unsupportedProperty425B)
      Sets unsupported property 425 b.
      Parameters:
      unsupportedProperty425B - the unsupportedProperty425B to set
    • getUnsupportedProperty425C

      String getUnsupportedProperty425C()
      Gets unsupported property 425 c.
      Returns:
      the unsupportedProperty425C
    • setUnsupportedProperty425C

      void setUnsupportedProperty425C(String unsupportedProperty425C)
      Sets unsupported property 425 c.
      Parameters:
      unsupportedProperty425C - the unsupportedProperty425C to set
    • getUnsupportedProperty425D

      String getUnsupportedProperty425D()
      Gets unsupported property 425 d.
      Returns:
      the unsupportedProperty425D
    • setUnsupportedProperty425D

      void setUnsupportedProperty425D(String unsupportedProperty425D)
      Sets unsupported property 425 d.
      Parameters:
      unsupportedProperty425D - the unsupportedProperty425D to set
    • getUnsupportedProperty425E

      String getUnsupportedProperty425E()
      Gets unsupported property 425 e.
      Returns:
      the unsupportedProperty425E
    • setUnsupportedProperty425E

      void setUnsupportedProperty425E(String unsupportedProperty425E)
      Sets unsupported property 425 e.
      Parameters:
      unsupportedProperty425E - the unsupportedProperty425E to set
    • getUnsupportedProperty425F

      String getUnsupportedProperty425F()
      Gets unsupported property 425 f.
      Returns:
      the unsupportedProperty425F
    • setUnsupportedProperty425F

      void setUnsupportedProperty425F(String unsupportedProperty425F)
      Sets unsupported property 425 f.
      Parameters:
      unsupportedProperty425F - the unsupportedProperty425F to set
    • getUnsupportedProperty4260

      String getUnsupportedProperty4260()
      Gets unsupported property 4260.
      Returns:
      the unsupportedProperty4260
    • setUnsupportedProperty4260

      void setUnsupportedProperty4260(String unsupportedProperty4260)
      Sets unsupported property 4260.
      Parameters:
      unsupportedProperty4260 - the unsupportedProperty4260 to set
    • getUnsupportedProperty4261

      String getUnsupportedProperty4261()
      Gets unsupported property 4261.
      Returns:
      the unsupportedProperty4261
    • setUnsupportedProperty4261

      void setUnsupportedProperty4261(String unsupportedProperty4261)
      Sets unsupported property 4261.
      Parameters:
      unsupportedProperty4261 - the unsupportedProperty4261 to set
    • getUnsupportedProperty4262

      String getUnsupportedProperty4262()
      Gets unsupported property 4262.
      Returns:
      the unsupportedProperty4262
    • setUnsupportedProperty4262

      void setUnsupportedProperty4262(String unsupportedProperty4262)
      Sets unsupported property 4262.
      Parameters:
      unsupportedProperty4262 - the unsupportedProperty4262 to set
    • getUnsupportedProperty4263

      String getUnsupportedProperty4263()
      Gets unsupported property 4263.
      Returns:
      the unsupportedProperty4263
    • setUnsupportedProperty4263

      void setUnsupportedProperty4263(String unsupportedProperty4263)
      Sets unsupported property 4263.
      Parameters:
      unsupportedProperty4263 - the unsupportedProperty4263 to set
    • getUnsupportedProperty4264

      String getUnsupportedProperty4264()
      Gets unsupported property 4264.
      Returns:
      the unsupportedProperty4264
    • setUnsupportedProperty4264

      void setUnsupportedProperty4264(String unsupportedProperty4264)
      Sets unsupported property 4264.
      Parameters:
      unsupportedProperty4264 - the unsupportedProperty4264 to set
    • getUnsupportedProperty4265

      String getUnsupportedProperty4265()
      Gets unsupported property 4265.
      Returns:
      the unsupportedProperty4265
    • setUnsupportedProperty4265

      void setUnsupportedProperty4265(String unsupportedProperty4265)
      Sets unsupported property 4265.
      Parameters:
      unsupportedProperty4265 - the unsupportedProperty4265 to set
    • getUnsupportedProperty4266

      String getUnsupportedProperty4266()
      Gets unsupported property 4266.
      Returns:
      the unsupportedProperty4266
    • setUnsupportedProperty4266

      void setUnsupportedProperty4266(String unsupportedProperty4266)
      Sets unsupported property 4266.
      Parameters:
      unsupportedProperty4266 - the unsupportedProperty4266 to set
    • getUnsupportedProperty4267

      String getUnsupportedProperty4267()
      Gets unsupported property 4267.
      Returns:
      the unsupportedProperty4267
    • setUnsupportedProperty4267

      void setUnsupportedProperty4267(String unsupportedProperty4267)
      Sets unsupported property 4267.
      Parameters:
      unsupportedProperty4267 - the unsupportedProperty4267 to set
    • getUnsupportedProperty4268

      String getUnsupportedProperty4268()
      Gets unsupported property 4268.
      Returns:
      the unsupportedProperty4268
    • setUnsupportedProperty4268

      void setUnsupportedProperty4268(String unsupportedProperty4268)
      Sets unsupported property 4268.
      Parameters:
      unsupportedProperty4268 - the unsupportedProperty4268 to set
    • getUnsupportedProperty426C

      String getUnsupportedProperty426C()
      Gets unsupported property 426 c.
      Returns:
      the unsupportedProperty426C
    • setUnsupportedProperty426C

      void setUnsupportedProperty426C(String unsupportedProperty426C)
      Sets unsupported property 426 c.
      Parameters:
      unsupportedProperty426C - the unsupportedProperty426C to set
    • getUnsupportedProperty4278

      String getUnsupportedProperty4278()
      Gets unsupported property 4278.
      Returns:
      the unsupportedProperty4278
    • setUnsupportedProperty4278

      void setUnsupportedProperty4278(String unsupportedProperty4278)
      Sets unsupported property 4278.
      Parameters:
      unsupportedProperty4278 - the unsupportedProperty4278 to set
    • getUnsupportedProperty4279

      String getUnsupportedProperty4279()
      Gets unsupported property 4279.
      Returns:
      the unsupportedProperty4279
    • setUnsupportedProperty4279

      void setUnsupportedProperty4279(String unsupportedProperty4279)
      Sets unsupported property 4279.
      Parameters:
      unsupportedProperty4279 - the unsupportedProperty4279 to set
    • getUnsupportedProperty427A

      String getUnsupportedProperty427A()
      Gets unsupported property 427 a.
      Returns:
      the unsupportedProperty427A
    • setUnsupportedProperty427A

      void setUnsupportedProperty427A(String unsupportedProperty427A)
      Sets unsupported property 427 a.
      Parameters:
      unsupportedProperty427A - the unsupportedProperty427A to set
    • getUnsupportedProperty427B

      String getUnsupportedProperty427B()
      Gets unsupported property 427 b.
      Returns:
      the unsupportedProperty427B
    • setUnsupportedProperty427B

      void setUnsupportedProperty427B(String unsupportedProperty427B)
      Sets unsupported property 427 b.
      Parameters:
      unsupportedProperty427B - the unsupportedProperty427B to set
    • getUnsupportedProperty427D

      String getUnsupportedProperty427D()
      Gets unsupported property 427 d.
      Returns:
      the unsupportedProperty427D
    • setUnsupportedProperty427D

      void setUnsupportedProperty427D(String unsupportedProperty427D)
      Sets unsupported property 427 d.
      Parameters:
      unsupportedProperty427D - the unsupportedProperty427D to set
    • getUnsupportedProperty427E

      String getUnsupportedProperty427E()
      Gets unsupported property 427 e.
      Returns:
      the unsupportedProperty427E
    • setUnsupportedProperty427E

      void setUnsupportedProperty427E(String unsupportedProperty427E)
      Sets unsupported property 427 e.
      Parameters:
      unsupportedProperty427E - the unsupportedProperty427E to set
    • getUnsupportedProperty427F

      String getUnsupportedProperty427F()
      Gets unsupported property 427 f.
      Returns:
      the unsupportedProperty427F
    • setUnsupportedProperty427F

      void setUnsupportedProperty427F(String unsupportedProperty427F)
      Sets unsupported property 427 f.
      Parameters:
      unsupportedProperty427F - the unsupportedProperty427F to set
    • getUnsupportedProperty4280

      String getUnsupportedProperty4280()
      Gets unsupported property 4280.
      Returns:
      the unsupportedProperty4280
    • setUnsupportedProperty4280

      void setUnsupportedProperty4280(String unsupportedProperty4280)
      Sets unsupported property 4280.
      Parameters:
      unsupportedProperty4280 - the unsupportedProperty4280 to set
    • getUnsupportedProperty4281

      String getUnsupportedProperty4281()
      Gets unsupported property 4281.
      Returns:
      the unsupportedProperty4281
    • setUnsupportedProperty4281

      void setUnsupportedProperty4281(String unsupportedProperty4281)
      Sets unsupported property 4281.
      Parameters:
      unsupportedProperty4281 - the unsupportedProperty4281 to set
    • getUnsupportedProperty428E

      String getUnsupportedProperty428E()
      Gets unsupported property 428 e.
      Returns:
      the unsupportedProperty428E
    • setUnsupportedProperty428E

      void setUnsupportedProperty428E(String unsupportedProperty428E)
      Sets unsupported property 428 e.
      Parameters:
      unsupportedProperty428E - the unsupportedProperty428E to set
    • getUnsupportedProperty428F

      String getUnsupportedProperty428F()
      Gets unsupported property 428 f.
      Returns:
      the unsupportedProperty428F
    • setUnsupportedProperty428F

      void setUnsupportedProperty428F(String unsupportedProperty428F)
      Sets unsupported property 428 f.
      Parameters:
      unsupportedProperty428F - the unsupportedProperty428F to set
    • getUnsupportedProperty4290

      String getUnsupportedProperty4290()
      Gets unsupported property 4290.
      Returns:
      the unsupportedProperty4290
    • setUnsupportedProperty4290

      void setUnsupportedProperty4290(String unsupportedProperty4290)
      Sets unsupported property 4290.
      Parameters:
      unsupportedProperty4290 - the unsupportedProperty4290 to set
    • getUnsupportedProperty4294

      String getUnsupportedProperty4294()
      Gets unsupported property 4294.
      Returns:
      the unsupportedProperty4294
    • setUnsupportedProperty4294

      void setUnsupportedProperty4294(String unsupportedProperty4294)
      Sets unsupported property 4294.
      Parameters:
      unsupportedProperty4294 - the unsupportedProperty4294 to set
    • getUnsupportedProperty4295

      String getUnsupportedProperty4295()
      Gets unsupported property 4295.
      Returns:
      the unsupportedProperty4295
    • setUnsupportedProperty4295

      void setUnsupportedProperty4295(String unsupportedProperty4295)
      Sets unsupported property 4295.
      Parameters:
      unsupportedProperty4295 - the unsupportedProperty4295 to set
    • getUnsupportedProperty4296

      String getUnsupportedProperty4296()
      Gets unsupported property 4296.
      Returns:
      the unsupportedProperty4296
    • setUnsupportedProperty4296

      void setUnsupportedProperty4296(String unsupportedProperty4296)
      Sets unsupported property 4296.
      Parameters:
      unsupportedProperty4296 - the unsupportedProperty4296 to set
    • getUnsupportedProperty4297

      String getUnsupportedProperty4297()
      Gets unsupported property 4297.
      Returns:
      the unsupportedProperty4297
    • setUnsupportedProperty4297

      void setUnsupportedProperty4297(String unsupportedProperty4297)
      Sets unsupported property 4297.
      Parameters:
      unsupportedProperty4297 - the unsupportedProperty4297 to set
    • getUnsupportedProperty42A3

      String getUnsupportedProperty42A3()
      Gets unsupported property 42 a 3.
      Returns:
      the unsupportedProperty42A3
    • setUnsupportedProperty42A3

      void setUnsupportedProperty42A3(String unsupportedProperty42A3)
      Sets unsupported property 42 a 3.
      Parameters:
      unsupportedProperty42A3 - the unsupportedProperty42A3 to set
    • getUnsupportedProperty42A4

      String getUnsupportedProperty42A4()
      Gets unsupported property 42 a 4.
      Returns:
      the unsupportedProperty42A4
    • setUnsupportedProperty42A4

      void setUnsupportedProperty42A4(String unsupportedProperty42A4)
      Sets unsupported property 42 a 4.
      Parameters:
      unsupportedProperty42A4 - the unsupportedProperty42A4 to set
    • getUnsupportedProperty42A6

      String getUnsupportedProperty42A6()
      Gets unsupported property 42 a 6.
      Returns:
      the unsupportedProperty42A6
    • setUnsupportedProperty42A6

      void setUnsupportedProperty42A6(String unsupportedProperty42A6)
      Sets unsupported property 42 a 6.
      Parameters:
      unsupportedProperty42A6 - the unsupportedProperty42A6 to set
    • getUnsupportedProperty42AD

      String getUnsupportedProperty42AD()
      Gets unsupported property 42 ad.
      Returns:
      the unsupportedProperty42AD
    • setUnsupportedProperty42AD

      void setUnsupportedProperty42AD(String unsupportedProperty42AD)
      Sets unsupported property 42 ad.
      Parameters:
      unsupportedProperty42AD - the unsupportedProperty42AD to set
    • getUnsupportedProperty42AE

      String getUnsupportedProperty42AE()
      Gets unsupported property 42 ae.
      Returns:
      the unsupportedProperty42AE
    • setUnsupportedProperty42AE

      void setUnsupportedProperty42AE(String unsupportedProperty42AE)
      Sets unsupported property 42 ae.
      Parameters:
      unsupportedProperty42AE - the unsupportedProperty42AE to set
    • getUnsupportedProperty42B1

      String getUnsupportedProperty42B1()
      Gets unsupported property 42 b 1.
      Returns:
      the unsupportedProperty42B1
    • setUnsupportedProperty42B1

      void setUnsupportedProperty42B1(String unsupportedProperty42B1)
      Sets unsupported property 42 b 1.
      Parameters:
      unsupportedProperty42B1 - the unsupportedProperty42B1 to set
    • getUnsupportedProperty42B2

      String getUnsupportedProperty42B2()
      Gets unsupported property 42 b 2.
      Returns:
      the unsupportedProperty42B2
    • setUnsupportedProperty42B2

      void setUnsupportedProperty42B2(String unsupportedProperty42B2)
      Sets unsupported property 42 b 2.
      Parameters:
      unsupportedProperty42B2 - the unsupportedProperty42B2 to set
    • getUnsupportedProperty42B3

      String getUnsupportedProperty42B3()
      Gets unsupported property 42 b 3.
      Returns:
      the unsupportedProperty42B3
    • setUnsupportedProperty42B3

      void setUnsupportedProperty42B3(String unsupportedProperty42B3)
      Sets unsupported property 42 b 3.
      Parameters:
      unsupportedProperty42B3 - the unsupportedProperty42B3 to set
    • getUnsupportedProperty42C0

      String getUnsupportedProperty42C0()
      Gets unsupported property 42 c 0.
      Returns:
      the unsupportedProperty42C0
    • setUnsupportedProperty42C0

      void setUnsupportedProperty42C0(String unsupportedProperty42C0)
      Sets unsupported property 42 c 0.
      Parameters:
      unsupportedProperty42C0 - the unsupportedProperty42C0 to set
    • getUnsupportedProperty42C1

      String getUnsupportedProperty42C1()
      Gets unsupported property 42 c 1.
      Returns:
      the unsupportedProperty42C1
    • setUnsupportedProperty42C1

      void setUnsupportedProperty42C1(String unsupportedProperty42C1)
      Sets unsupported property 42 c 1.
      Parameters:
      unsupportedProperty42C1 - the unsupportedProperty42C1 to set
    • getUnsupportedProperty1DF01

      String getUnsupportedProperty1DF01()
      Gets unsupported property 1 df 01.
      Returns:
      the unsupportedProperty1DF01
    • setUnsupportedProperty1DF01

      void setUnsupportedProperty1DF01(String unsupportedProperty1DF01)
      Sets unsupported property 1 df 01.
      Parameters:
      unsupportedProperty1DF01 - the unsupportedProperty1DF01 to set
    • getUnsupportedProperty1DF02

      String getUnsupportedProperty1DF02()
      Gets unsupported property 1 df 02.
      Returns:
      the unsupportedProperty1DF02
    • setUnsupportedProperty1DF02

      void setUnsupportedProperty1DF02(String unsupportedProperty1DF02)
      Sets unsupported property 1 df 02.
      Parameters:
      unsupportedProperty1DF02 - the unsupportedProperty1DF02 to set
    • getUnsupportedProperty1DF03

      String getUnsupportedProperty1DF03()
      Gets unsupported property 1 df 03.
      Returns:
      the unsupportedProperty1DF03
    • setUnsupportedProperty1DF03

      void setUnsupportedProperty1DF03(String unsupportedProperty1DF03)
      Sets unsupported property 1 df 03.
      Parameters:
      unsupportedProperty1DF03 - the unsupportedProperty1DF03 to set
    • getUnsupportedProperty1DF04

      String getUnsupportedProperty1DF04()
      Gets unsupported property 1 df 04.
      Returns:
      the unsupportedProperty1DF04
    • setUnsupportedProperty1DF04

      void setUnsupportedProperty1DF04(String unsupportedProperty1DF04)
      Sets unsupported property 1 df 04.
      Parameters:
      unsupportedProperty1DF04 - the unsupportedProperty1DF04 to set
    • getUnsupportedProperty1DF05

      String getUnsupportedProperty1DF05()
      Gets unsupported property 1 df 05.
      Returns:
      the unsupportedProperty1DF05
    • setUnsupportedProperty1DF05

      void setUnsupportedProperty1DF05(String unsupportedProperty1DF05)
      Sets unsupported property 1 df 05.
      Parameters:
      unsupportedProperty1DF05 - the unsupportedProperty1DF05 to set
    • getUnsupportedProperty1DF06

      String getUnsupportedProperty1DF06()
      Gets unsupported property 1 df 06.
      Returns:
      the unsupportedProperty1DF06
    • setUnsupportedProperty1DF06

      void setUnsupportedProperty1DF06(String unsupportedProperty1DF06)
      Sets unsupported property 1 df 06.
      Parameters:
      unsupportedProperty1DF06 - the unsupportedProperty1DF06 to set
    • getUnsupportedProperty1DF07

      String getUnsupportedProperty1DF07()
      Gets unsupported property 1 df 07.
      Returns:
      the unsupportedProperty1DF07
    • setUnsupportedProperty1DF07

      void setUnsupportedProperty1DF07(String unsupportedProperty1DF07)
      Sets unsupported property 1 df 07.
      Parameters:
      unsupportedProperty1DF07 - the unsupportedProperty1DF07 to set
    • getUnsupportedProperty1DF08

      String getUnsupportedProperty1DF08()
      Gets unsupported property 1 df 08.
      Returns:
      the unsupportedProperty1DF08
    • setUnsupportedProperty1DF08

      void setUnsupportedProperty1DF08(String unsupportedProperty1DF08)
      Sets unsupported property 1 df 08.
      Parameters:
      unsupportedProperty1DF08 - the unsupportedProperty1DF08 to set
    • getUnsupportedProperty1DF09

      String getUnsupportedProperty1DF09()
      Gets unsupported property 1 df 09.
      Returns:
      the unsupportedProperty1DF09
    • setUnsupportedProperty1DF09

      void setUnsupportedProperty1DF09(String unsupportedProperty1DF09)
      Sets unsupported property 1 df 09.
      Parameters:
      unsupportedProperty1DF09 - the unsupportedProperty1DF09 to set
    • getUnsupportedProperty1DF0A

      String getUnsupportedProperty1DF0A()
      Gets unsupported property 1 df 0 a.
      Returns:
      the unsupportedProperty1DF0A
    • setUnsupportedProperty1DF0A

      void setUnsupportedProperty1DF0A(String unsupportedProperty1DF0A)
      Sets unsupported property 1 df 0 a.
      Parameters:
      unsupportedProperty1DF0A - the unsupportedProperty1DF0A to set
    • getUnsupportedProperty1DF0B

      String getUnsupportedProperty1DF0B()
      Gets unsupported property 1 df 0 b.
      Returns:
      the unsupportedProperty1DF0B
    • setUnsupportedProperty1DF0B

      void setUnsupportedProperty1DF0B(String unsupportedProperty1DF0B)
      Sets unsupported property 1 df 0 b.
      Parameters:
      unsupportedProperty1DF0B - the unsupportedProperty1DF0B to set
    • getUnsupportedProperty1DF0C

      String getUnsupportedProperty1DF0C()
      Gets unsupported property 1 df 0 c.
      Returns:
      the unsupportedProperty1DF0C
    • setUnsupportedProperty1DF0C

      void setUnsupportedProperty1DF0C(String unsupportedProperty1DF0C)
      Sets unsupported property 1 df 0 c.
      Parameters:
      unsupportedProperty1DF0C - the unsupportedProperty1DF0C to set
    • getUnsupportedProperty1DF0D

      String getUnsupportedProperty1DF0D()
      Gets unsupported property 1 df 0 d.
      Returns:
      the unsupportedProperty1DF0D
    • setUnsupportedProperty1DF0D

      void setUnsupportedProperty1DF0D(String unsupportedProperty1DF0D)
      Sets unsupported property 1 df 0 d.
      Parameters:
      unsupportedProperty1DF0D - the unsupportedProperty1DF0D to set
    • getUnsupportedProperty1DF0E

      String getUnsupportedProperty1DF0E()
      Gets unsupported property 1 df 0 e.
      Returns:
      the unsupportedProperty1DF0E
    • setUnsupportedProperty1DF0E

      void setUnsupportedProperty1DF0E(String unsupportedProperty1DF0E)
      Sets unsupported property 1 df 0 e.
      Parameters:
      unsupportedProperty1DF0E - the unsupportedProperty1DF0E to set
    • getUnsupportedProperty1DF0F

      String getUnsupportedProperty1DF0F()
      Gets unsupported property 1 df 0 f.
      Returns:
      the unsupportedProperty1DF0F
    • setUnsupportedProperty1DF0F

      void setUnsupportedProperty1DF0F(String unsupportedProperty1DF0F)
      Sets unsupported property 1 df 0 f.
      Parameters:
      unsupportedProperty1DF0F - the unsupportedProperty1DF0F to set
    • getUnsupportedProperty1DF10

      String getUnsupportedProperty1DF10()
      Gets unsupported property 1 df 10.
      Returns:
      the unsupportedProperty1DF10
    • setUnsupportedProperty1DF10

      void setUnsupportedProperty1DF10(String unsupportedProperty1DF10)
      Sets unsupported property 1 df 10.
      Parameters:
      unsupportedProperty1DF10 - the unsupportedProperty1DF10 to set
    • getUnsupportedProperty1DF11

      String getUnsupportedProperty1DF11()
      Gets unsupported property 1 df 11.
      Returns:
      the unsupportedProperty1DF11
    • setUnsupportedProperty1DF11

      void setUnsupportedProperty1DF11(String unsupportedProperty1DF11)
      Sets unsupported property 1 df 11.
      Parameters:
      unsupportedProperty1DF11 - the unsupportedProperty1DF11 to set
    • getUnsupportedProperty1DF12

      String getUnsupportedProperty1DF12()
      Gets unsupported property 1 df 12.
      Returns:
      the unsupportedProperty1DF12
    • setUnsupportedProperty1DF12

      void setUnsupportedProperty1DF12(String unsupportedProperty1DF12)
      Sets unsupported property 1 df 12.
      Parameters:
      unsupportedProperty1DF12 - the unsupportedProperty1DF12 to set
    • getUnsupportedProperty1DF13

      String getUnsupportedProperty1DF13()
      Gets unsupported property 1 df 13.
      Returns:
      the unsupportedProperty1DF13
    • setUnsupportedProperty1DF13

      void setUnsupportedProperty1DF13(String unsupportedProperty1DF13)
      Sets unsupported property 1 df 13.
      Parameters:
      unsupportedProperty1DF13 - the unsupportedProperty1DF13 to set
    • getUnsupportedProperty1DF14

      String getUnsupportedProperty1DF14()
      Gets unsupported property 1 df 14.
      Returns:
      the unsupportedProperty1DF14
    • setUnsupportedProperty1DF14

      void setUnsupportedProperty1DF14(String unsupportedProperty1DF14)
      Sets unsupported property 1 df 14.
      Parameters:
      unsupportedProperty1DF14 - the unsupportedProperty1DF14 to set
    • getUnsupportedProperty1DF15

      String getUnsupportedProperty1DF15()
      Gets unsupported property 1 df 15.
      Returns:
      the unsupportedProperty1DF15
    • setUnsupportedProperty1DF15

      void setUnsupportedProperty1DF15(String unsupportedProperty1DF15)
      Sets unsupported property 1 df 15.
      Parameters:
      unsupportedProperty1DF15 - the unsupportedProperty1DF15 to set
    • getUnsupportedProperty1DF16

      String getUnsupportedProperty1DF16()
      Gets unsupported property 1 df 16.
      Returns:
      the unsupportedProperty1DF16
    • setUnsupportedProperty1DF16

      void setUnsupportedProperty1DF16(String unsupportedProperty1DF16)
      Sets unsupported property 1 df 16.
      Parameters:
      unsupportedProperty1DF16 - the unsupportedProperty1DF16 to set
    • getUnsupportedProperty1DF17

      String getUnsupportedProperty1DF17()
      Gets unsupported property 1 df 17.
      Returns:
      the unsupportedProperty1DF17
    • setUnsupportedProperty1DF17

      void setUnsupportedProperty1DF17(String unsupportedProperty1DF17)
      Sets unsupported property 1 df 17.
      Parameters:
      unsupportedProperty1DF17 - the unsupportedProperty1DF17 to set
    • getUnsupportedProperty1DF18

      String getUnsupportedProperty1DF18()
      Gets unsupported property 1 df 18.
      Returns:
      the unsupportedProperty1DF18
    • setUnsupportedProperty1DF18

      void setUnsupportedProperty1DF18(String unsupportedProperty1DF18)
      Sets unsupported property 1 df 18.
      Parameters:
      unsupportedProperty1DF18 - the unsupportedProperty1DF18 to set
    • getUnsupportedProperty1DF19

      String getUnsupportedProperty1DF19()
      Gets unsupported property 1 df 19.
      Returns:
      the unsupportedProperty1DF19
    • setUnsupportedProperty1DF19

      void setUnsupportedProperty1DF19(String unsupportedProperty1DF19)
      Sets unsupported property 1 df 19.
      Parameters:
      unsupportedProperty1DF19 - the unsupportedProperty1DF19 to set
    • getUnsupportedProperty1DF1A

      String getUnsupportedProperty1DF1A()
      Gets unsupported property 1 df 1 a.
      Returns:
      the unsupportedProperty1DF1A
    • setUnsupportedProperty1DF1A

      void setUnsupportedProperty1DF1A(String unsupportedProperty1DF1A)
      Sets unsupported property 1 df 1 a.
      Parameters:
      unsupportedProperty1DF1A - the unsupportedProperty1DF1A to set
    • getUnsupportedProperty1DF1B

      String getUnsupportedProperty1DF1B()
      Gets unsupported property 1 df 1 b.
      Returns:
      the unsupportedProperty1DF1B
    • setUnsupportedProperty1DF1B

      void setUnsupportedProperty1DF1B(String unsupportedProperty1DF1B)
      Sets unsupported property 1 df 1 b.
      Parameters:
      unsupportedProperty1DF1B - the unsupportedProperty1DF1B to set
    • getUnsupportedProperty1DF1C

      String getUnsupportedProperty1DF1C()
      Gets unsupported property 1 df 1 c.
      Returns:
      the unsupportedProperty1DF1C
    • setUnsupportedProperty1DF1C

      void setUnsupportedProperty1DF1C(String unsupportedProperty1DF1C)
      Sets unsupported property 1 df 1 c.
      Parameters:
      unsupportedProperty1DF1C - the unsupportedProperty1DF1C to set
    • getUnsupportedProperty1DF1D

      String getUnsupportedProperty1DF1D()
      Gets unsupported property 1 df 1 d.
      Returns:
      the unsupportedProperty1DF1D
    • setUnsupportedProperty1DF1D

      void setUnsupportedProperty1DF1D(String unsupportedProperty1DF1D)
      Sets unsupported property 1 df 1 d.
      Parameters:
      unsupportedProperty1DF1D - the unsupportedProperty1DF1D to set
    • getUnsupportedProperty1DF1E

      String getUnsupportedProperty1DF1E()
      Gets unsupported property 1 df 1 e.
      Returns:
      the unsupportedProperty1DF1E
    • setUnsupportedProperty1DF1E

      void setUnsupportedProperty1DF1E(String unsupportedProperty1DF1E)
      Sets unsupported property 1 df 1 e.
      Parameters:
      unsupportedProperty1DF1E - the unsupportedProperty1DF1E to set
    • getUnsupportedProperty1DF1F

      String getUnsupportedProperty1DF1F()
      Gets unsupported property 1 df 1 f.
      Returns:
      the unsupportedProperty1DF1F
    • setUnsupportedProperty1DF1F

      void setUnsupportedProperty1DF1F(String unsupportedProperty1DF1F)
      Sets unsupported property 1 df 1 f.
      Parameters:
      unsupportedProperty1DF1F - the unsupportedProperty1DF1F to set
    • getUnsupportedProperty1DF20

      String getUnsupportedProperty1DF20()
      Gets unsupported property 1 df 20.
      Returns:
      the unsupportedProperty1DF20
    • setUnsupportedProperty1DF20

      void setUnsupportedProperty1DF20(String unsupportedProperty1DF20)
      Sets unsupported property 1 df 20.
      Parameters:
      unsupportedProperty1DF20 - the unsupportedProperty1DF20 to set
    • getUnsupportedProperty20714

      String getUnsupportedProperty20714()
      Gets unsupported property 20714.
      Returns:
      the unsupportedProperty20714
    • setUnsupportedProperty20714

      void setUnsupportedProperty20714(String unsupportedProperty20714)
      Sets unsupported property 20714.
      Parameters:
      unsupportedProperty20714 - the unsupportedProperty20714 to set
    • getUnsupportedProperty50F11

      String getUnsupportedProperty50F11()
      Gets unsupported property 50 f 11.
      Returns:
      the unsupportedProperty50F11
    • setUnsupportedProperty50F11

      void setUnsupportedProperty50F11(String unsupportedProperty50F11)
      Sets unsupported property 50 f 11.
      Parameters:
      unsupportedProperty50F11 - the unsupportedProperty50F11 to set
    • getUnsupportedProperty50F15

      String getUnsupportedProperty50F15()
      Gets unsupported property 50 f 15.
      Returns:
      the unsupportedProperty50F15
    • setUnsupportedProperty50F15

      void setUnsupportedProperty50F15(String unsupportedProperty50F15)
      Sets unsupported property 50 f 15.
      Parameters:
      unsupportedProperty50F15 - the unsupportedProperty50F15 to set
    • getUnsupportedProperty50F18

      String getUnsupportedProperty50F18()
      Gets unsupported property 50 f 18.
      Returns:
      the unsupportedProperty50F18
    • setUnsupportedProperty50F18

      void setUnsupportedProperty50F18(String unsupportedProperty50F18)
      Sets unsupported property 50 f 18.
      Parameters:
      unsupportedProperty50F18 - the unsupportedProperty50F18 to set
    • getUnsupportedProperty50F1F

      String getUnsupportedProperty50F1F()
      Gets unsupported property 50 f 1 f.
      Returns:
      the unsupportedProperty50F1F
    • setUnsupportedProperty50F1F

      void setUnsupportedProperty50F1F(String unsupportedProperty50F1F)
      Sets unsupported property 50 f 1 f.
      Parameters:
      unsupportedProperty50F1F - the unsupportedProperty50F1F to set
    • getUnsupportedProperty50F29

      String getUnsupportedProperty50F29()
      Gets unsupported property 50 f 29.
      Returns:
      the unsupportedProperty50F29
    • setUnsupportedProperty50F29

      void setUnsupportedProperty50F29(String unsupportedProperty50F29)
      Sets unsupported property 50 f 29.
      Parameters:
      unsupportedProperty50F29 - the unsupportedProperty50F29 to set
    • getUnsupportedProperty50F2A

      String getUnsupportedProperty50F2A()
      Gets unsupported property 50 f 2 a.
      Returns:
      the unsupportedProperty50F2A
    • setUnsupportedProperty50F2A

      void setUnsupportedProperty50F2A(String unsupportedProperty50F2A)
      Sets unsupported property 50 f 2 a.
      Parameters:
      unsupportedProperty50F2A - the unsupportedProperty50F2A to set
    • getUnsupportedProperty50F2B

      String getUnsupportedProperty50F2B()
      Gets unsupported property 50 f 2 b.
      Returns:
      the unsupportedProperty50F2B
    • setUnsupportedProperty50F2B

      void setUnsupportedProperty50F2B(String unsupportedProperty50F2B)
      Sets unsupported property 50 f 2 b.
      Parameters:
      unsupportedProperty50F2B - the unsupportedProperty50F2B to set
    • getUnsupportedProperty50F2F

      String getUnsupportedProperty50F2F()
      Gets unsupported property 50 f 2 f.
      Returns:
      the unsupportedProperty50F2F
    • setUnsupportedProperty50F2F

      void setUnsupportedProperty50F2F(String unsupportedProperty50F2F)
      Sets unsupported property 50 f 2 f.
      Parameters:
      unsupportedProperty50F2F - the unsupportedProperty50F2F to set
    • getUnsupportedProperty50F30

      String getUnsupportedProperty50F30()
      Gets unsupported property 50 f 30.
      Returns:
      the unsupportedProperty50F30
    • setUnsupportedProperty50F30

      void setUnsupportedProperty50F30(String unsupportedProperty50F30)
      Sets unsupported property 50 f 30.
      Parameters:
      unsupportedProperty50F30 - the unsupportedProperty50F30 to set
    • getUnsupportedProperty50F3C

      String getUnsupportedProperty50F3C()
      Gets unsupported property 50 f 3 c.
      Returns:
      the unsupportedProperty50F3C
    • setUnsupportedProperty50F3C

      void setUnsupportedProperty50F3C(String unsupportedProperty50F3C)
      Sets unsupported property 50 f 3 c.
      Parameters:
      unsupportedProperty50F3C - the unsupportedProperty50F3C to set
    • getUnsupportedProperty50F3D

      String getUnsupportedProperty50F3D()
      Gets unsupported property 50 f 3 d.
      Returns:
      the unsupportedProperty50F3D
    • setUnsupportedProperty50F3D

      void setUnsupportedProperty50F3D(String unsupportedProperty50F3D)
      Sets unsupported property 50 f 3 d.
      Parameters:
      unsupportedProperty50F3D - the unsupportedProperty50F3D to set
    • getUnsupportedProperty50F3E

      String getUnsupportedProperty50F3E()
      Gets unsupported property 50 f 3 e.
      Returns:
      the unsupportedProperty50F3E
    • setUnsupportedProperty50F3E

      void setUnsupportedProperty50F3E(String unsupportedProperty50F3E)
      Sets unsupported property 50 f 3 e.
      Parameters:
      unsupportedProperty50F3E - the unsupportedProperty50F3E to set
    • getUnsupportedProperty50F3F

      String getUnsupportedProperty50F3F()
      Gets unsupported property 50 f 3 f.
      Returns:
      the unsupportedProperty50F3F
    • setUnsupportedProperty50F3F

      void setUnsupportedProperty50F3F(String unsupportedProperty50F3F)
      Sets unsupported property 50 f 3 f.
      Parameters:
      unsupportedProperty50F3F - the unsupportedProperty50F3F to set
    • getUnsupportedProperty1A405

      String getUnsupportedProperty1A405()
      Gets unsupported property 1 a 405.
      Returns:
      the unsupportedProperty1A405
    • setUnsupportedProperty1A405

      void setUnsupportedProperty1A405(String unsupportedProperty1A405)
      Sets unsupported property 1 a 405.
      Parameters:
      unsupportedProperty1A405 - the unsupportedProperty1A405 to set
    • getUnsupportedProperty1A41E

      String getUnsupportedProperty1A41E()
      Gets unsupported property 1 a 41 e.
      Returns:
      the unsupportedProperty1A41E
    • setUnsupportedProperty1A41E

      void setUnsupportedProperty1A41E(String unsupportedProperty1A41E)
      Sets unsupported property 1 a 41 e.
      Parameters:
      unsupportedProperty1A41E - the unsupportedProperty1A41E to set
    • getUnsupportedProperty6E84

      String getUnsupportedProperty6E84()
      Gets unsupported property 6 e 84.
      Returns:
      the unsupportedProperty6E84
    • setUnsupportedProperty6E84

      void setUnsupportedProperty6E84(String unsupportedProperty6E84)
      Sets unsupported property 6 e 84.
      Parameters:
      unsupportedProperty6E84 - the unsupportedProperty6E84 to set
    • getUnsupportedProperty6E95

      String getUnsupportedProperty6E95()
      Gets unsupported property 6 e 95.
      Returns:
      the unsupportedProperty6E95
    • setUnsupportedProperty6E95

      void setUnsupportedProperty6E95(String unsupportedProperty6E95)
      Sets unsupported property 6 e 95.
      Parameters:
      unsupportedProperty6E95 - the unsupportedProperty6E95 to set
    • getUnsupportedProperty6E96

      String getUnsupportedProperty6E96()
      Gets unsupported property 6 e 96.
      Returns:
      the unsupportedProperty6E96
    • setUnsupportedProperty6E96

      void setUnsupportedProperty6E96(String unsupportedProperty6E96)
      Sets unsupported property 6 e 96.
      Parameters:
      unsupportedProperty6E96 - the unsupportedProperty6E96 to set
    • getUnsupportedProperty10470

      String getUnsupportedProperty10470()
      Gets unsupported property 10470.
      Returns:
      the unsupportedProperty10470
    • setUnsupportedProperty10470

      void setUnsupportedProperty10470(String unsupportedProperty10470)
      Sets unsupported property 10470.
      Parameters:
      unsupportedProperty10470 - the unsupportedProperty10470 to set
    • getUnsupportedProperty10471

      String getUnsupportedProperty10471()
      Gets unsupported property 10471.
      Returns:
      the unsupportedProperty10471
    • setUnsupportedProperty10471

      void setUnsupportedProperty10471(String unsupportedProperty10471)
      Sets unsupported property 10471.
      Parameters:
      unsupportedProperty10471 - the unsupportedProperty10471 to set
    • getUnsupportedProperty10472

      String getUnsupportedProperty10472()
      Gets unsupported property 10472.
      Returns:
      the unsupportedProperty10472
    • setUnsupportedProperty10472

      void setUnsupportedProperty10472(String unsupportedProperty10472)
      Sets unsupported property 10472.
      Parameters:
      unsupportedProperty10472 - the unsupportedProperty10472 to set
    • getUnsupportedProperty10473

      String getUnsupportedProperty10473()
      Gets unsupported property 10473.
      Returns:
      the unsupportedProperty10473
    • setUnsupportedProperty10473

      void setUnsupportedProperty10473(String unsupportedProperty10473)
      Sets unsupported property 10473.
      Parameters:
      unsupportedProperty10473 - the unsupportedProperty10473 to set
    • getUnsupportedProperty10478

      String getUnsupportedProperty10478()
      Gets unsupported property 10478.
      Returns:
      the unsupportedProperty10478
    • setUnsupportedProperty10478

      void setUnsupportedProperty10478(String unsupportedProperty10478)
      Sets unsupported property 10478.
      Parameters:
      unsupportedProperty10478 - the unsupportedProperty10478 to set
    • setTransparencyStrokeOpacity

      void setTransparencyStrokeOpacity(double transparencyStrokeOpacity)
      Sets transparency stroke opacity.
      Parameters:
      transparencyStrokeOpacity - the transparency stroke opacity
    • getTransparencyStrokeOpacity

      double getTransparencyStrokeOpacity()
      Gets transparency stroke opacity.
      Returns:
      the transparency stroke opacity
    • setTransparencyStrokeKnockout

      void setTransparencyStrokeKnockout(int transparencyStrokeKnockout)
      Sets transparency stroke knockout.
      Parameters:
      transparencyStrokeKnockout - the transparency stroke knockout
    • getTransparencyStrokeKnockout

      int getTransparencyStrokeKnockout()
      Gets transparency stroke knockout.
      Returns:
      the transparency stroke knockout
    • setTransparencyStrokeIsolate

      void setTransparencyStrokeIsolate(int transparencyStrokeIsolate)
      Sets transparency stroke isolate.
      Parameters:
      transparencyStrokeIsolate - the transparency stroke isolate
    • getTransparencyStrokeIsolate

      int getTransparencyStrokeIsolate()
      Gets transparency stroke isolate.
      Returns:
      the transparency stroke isolate
    • setTransparencyStrokeBlendmode

      void setTransparencyStrokeBlendmode(int transparencyStrokeBlendmode)
      Sets transparency stroke blendmode.
      Parameters:
      transparencyStrokeBlendmode - the transparency stroke blendmode
    • getTransparencyStrokeBlendmode

      int getTransparencyStrokeBlendmode()
      Gets transparency stroke blendmode.
      Returns:
      the transparency stroke blendmode
    • setTransparencyObjectOpacity

      void setTransparencyObjectOpacity(double transparencyObjectOpacity)
      Sets transparency object opacity.
      Parameters:
      transparencyObjectOpacity - the transparency object opacity
    • getTransparencyObjectOpacity

      double getTransparencyObjectOpacity()
      Gets transparency object opacity.
      Returns:
      the transparency object opacity
    • setTransparencyObjectKnockout

      void setTransparencyObjectKnockout(int transparencyObjectKnockout)
      Sets transparency object knockout.
      Parameters:
      transparencyObjectKnockout - the transparency object knockout
    • getTransparencyObjectKnockout

      int getTransparencyObjectKnockout()
      Gets transparency object knockout.
      Returns:
      the transparency object knockout
    • setTransparencyObjectIsolate

      void setTransparencyObjectIsolate(int transparencyObjectIsolate)
      Sets transparency object isolate.
      Parameters:
      transparencyObjectIsolate - the transparency object isolate
    • getTransparencyObjectIsolate

      int getTransparencyObjectIsolate()
      Gets transparency object isolate.
      Returns:
      the transparency object isolate
    • setTransparencyObjectBlendmode

      void setTransparencyObjectBlendmode(int transparencyObjectBlendmode)
      Sets transparency object blendmode.
      Parameters:
      transparencyObjectBlendmode - the transparency object blendmode
    • getTransparencyObjectBlendmode

      int getTransparencyObjectBlendmode()
      Gets transparency object blendmode.
      Returns:
      the transparency object blendmode
    • setTransparencyFillOpacity

      void setTransparencyFillOpacity(double transparencyFillOpacity)
      Sets transparency fill opacity.
      Parameters:
      transparencyFillOpacity - the transparency fill opacity
    • getTransparencyFillOpacity

      double getTransparencyFillOpacity()
      Gets transparency fill opacity.
      Returns:
      the transparency fill opacity
    • setTransparencyFillKnockout

      void setTransparencyFillKnockout(int transparencyFillKnockout)
      Sets transparency fill knockout.
      Parameters:
      transparencyFillKnockout - the transparency fill knockout
    • getTransparencyFillKnockout

      int getTransparencyFillKnockout()
      Gets transparency fill knockout.
      Returns:
      the transparency fill knockout
    • setTransparencyFillIsolate

      void setTransparencyFillIsolate(int transparencyFillIsolate)
      Sets transparency fill isolate.
      Parameters:
      transparencyFillIsolate - the transparency fill isolate
    • getTransparencyFillIsolate

      int getTransparencyFillIsolate()
      Gets transparency fill isolate.
      Returns:
      the transparency fill isolate
    • setTransparencyFillBlendmode

      void setTransparencyFillBlendmode(int transparencyFillBlendmode)
      Sets transparency fill blendmode.
      Parameters:
      transparencyFillBlendmode - the transparency fill blendmode
    • getTransparencyFillBlendmode

      int getTransparencyFillBlendmode()
      Gets transparency fill blendmode.
      Returns:
      the transparency fill blendmode
    • setTransparencyContentOpacity

      void setTransparencyContentOpacity(double transparencyContentOpacity)
      Sets transparency content opacity.
      Parameters:
      transparencyContentOpacity - the transparency content opacity
    • getTransparencyContentOpacity

      double getTransparencyContentOpacity()
      Gets transparency content opacity.
      Returns:
      the transparency content opacity
    • setTransparencyContentKnockout

      void setTransparencyContentKnockout(int transparencyContentKnockout)
      Sets transparency content knockout.
      Parameters:
      transparencyContentKnockout - the transparency content knockout
    • getTransparencyContentKnockout

      int getTransparencyContentKnockout()
      Gets transparency content knockout.
      Returns:
      the transparency content knockout
    • setTransparencyContentIsolate

      void setTransparencyContentIsolate(int transparencyContentIsolate)
      Sets transparency content isolate.
      Parameters:
      transparencyContentIsolate - the transparency content isolate
    • getTransparencyContentIsolate

      int getTransparencyContentIsolate()
      Gets transparency content isolate.
      Returns:
      the transparency content isolate
    • setTransparencyContentBlendmode

      void setTransparencyContentBlendmode(int transparencyContentBlendmode)
      Sets transparency content blendmode.
      Parameters:
      transparencyContentBlendmode - the transparency content blendmode
    • getTransparencyContentBlendmode

      int getTransparencyContentBlendmode()
      Gets transparency content blendmode.
      Returns:
      the transparency content blendmode
    • setTextVjust

      void setTextVjust(String textVjust)
      Sets text vjust.
      Parameters:
      textVjust - the text vjust
    • getTextVjust

      String getTextVjust()
      Gets text vjust.
      Returns:
      the text vjust
    • setTextInsetTop

      void setTextInsetTop(double textInsetTop)
      Sets text inset top.
      Parameters:
      textInsetTop - the text inset top
    • getTextInsetTop

      double getTextInsetTop()
      Gets text inset top.
      Returns:
      the text inset top
    • setTextInsetRight

      void setTextInsetRight(double textInsetRight)
      Sets text inset right.
      Parameters:
      textInsetRight - the text inset right
    • getTextInsetRight

      double getTextInsetRight()
      Gets text inset right.
      Returns:
      the text inset right
    • setTextInsetLeft

      void setTextInsetLeft(double textInsetLeft)
      Sets text inset left.
      Parameters:
      textInsetLeft - the text inset left
    • getTextInsetLeft

      double getTextInsetLeft()
      Gets text inset left.
      Returns:
      the text inset left
    • setTextInsetBottom

      void setTextInsetBottom(double textInsetBottom)
      Sets text inset bottom.
      Parameters:
      textInsetBottom - the text inset bottom
    • getTextInsetBottom

      double getTextInsetBottom()
      Gets text inset bottom.
      Returns:
      the text inset bottom
    • setTextIgnorewrap

      void setTextIgnorewrap(int textIgnorewrap)
      Sets text ignorewrap.
      Parameters:
      textIgnorewrap - the text ignorewrap
    • getTextIgnorewrap

      int getTextIgnorewrap()
      Gets text ignorewrap.
      Returns:
      the text ignorewrap
    • setTextColumnsType

      void setTextColumnsType(String textColumnsType)
      Sets text columns type.
      Parameters:
      textColumnsType - the text columns type
    • getTextColumnsType

      String getTextColumnsType()
      Gets text columns type.
      Returns:
      the text columns type
    • setTextColumnsMaxwidth

      void setTextColumnsMaxwidth(double textColumnsMaxwidth)
      Sets text columns maxwidth.
      Parameters:
      textColumnsMaxwidth - the text columns maxwidth
    • getTextColumnsMaxwidth

      double getTextColumnsMaxwidth()
      Gets text columns maxwidth.
      Returns:
      the text columns maxwidth
    • setTextColumnsGutter

      void setTextColumnsGutter(double textColumnsGutter)
      Sets text columns gutter.
      Parameters:
      textColumnsGutter - the text columns gutter
    • getTextColumnsGutter

      double getTextColumnsGutter()
      Gets text columns gutter.
      Returns:
      the text columns gutter
    • setTextColumnsFixwidth

      void setTextColumnsFixwidth(double textColumnsFixwidth)
      Sets text columns fixwidth.
      Parameters:
      textColumnsFixwidth - the text columns fixwidth
    • getTextColumnsFixwidth

      double getTextColumnsFixwidth()
      Gets text columns fixwidth.
      Returns:
      the text columns fixwidth
    • setTextColumnsBalance

      void setTextColumnsBalance(int textColumnsBalance)
      Sets text columns balance.
      Parameters:
      textColumnsBalance - the text columns balance
    • getTextColumnsBalance

      int getTextColumnsBalance()
      Gets text columns balance.
      Returns:
      the text columns balance
    • setTextColumns

      void setTextColumns(int textColumns)
      Sets text columns.
      Parameters:
      textColumns - the text columns
    • getTextColumns

      int getTextColumns()
      Gets text columns.
      Returns:
      the text columns