Interface StyleProperties

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    StylePropertiesImpl

    public interface StyleProperties
    extends java.io.Serializable
    The interface Style properties.
    • Method Detail

      • getStyle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        void setCornerType​(java.lang.String cornerType)
        Sets corner type.
        Parameters:
        cornerType - the cornerType to set
      • getCornerTypeBl

        java.lang.String getCornerTypeBl()
        Gets corner type bl.
        Returns:
        the cornerTypeBl
      • setCornerTypeBl

        void setCornerTypeBl​(java.lang.String cornerTypeBl)
        Sets corner type bl.
        Parameters:
        cornerTypeBl - the cornerTypeBl to set
      • getCornerTypeBr

        java.lang.String getCornerTypeBr()
        Gets corner type br.
        Returns:
        the cornerTypeBr
      • setCornerTypeBr

        void setCornerTypeBr​(java.lang.String cornerTypeBr)
        Sets corner type br.
        Parameters:
        cornerTypeBr - the cornerTypeBr to set
      • getCornerTypeTr

        java.lang.String getCornerTypeTr()
        Gets corner type tr.
        Returns:
        the cornerTypeTr
      • setCornerTypeTr

        void setCornerTypeTr​(java.lang.String cornerTypeTr)
        Sets corner type tr.
        Parameters:
        cornerTypeTr - the cornerTypeTr to set
      • getCornerRadius

        java.lang.Double getCornerRadius()
        Gets corner radius.
        Returns:
        the cornerRadius
      • setCornerRadius

        void setCornerRadius​(java.lang.Double cornerRadius)
        Sets corner radius.
        Parameters:
        cornerRadius - the cornerRadius to set
      • getCornerRadiusBl

        java.lang.Double getCornerRadiusBl()
        Gets corner radius bl.
        Returns:
        the cornerRadiusBl
      • setCornerRadiusBl

        void setCornerRadiusBl​(java.lang.Double cornerRadiusBl)
        Sets corner radius bl.
        Parameters:
        cornerRadiusBl - the cornerRadiusBl to set
      • getCornerRadiusBr

        java.lang.Double getCornerRadiusBr()
        Gets corner radius br.
        Returns:
        the cornerRadiusBr
      • setCornerRadiusBr

        void setCornerRadiusBr​(java.lang.Double cornerRadiusBr)
        Sets corner radius br.
        Parameters:
        cornerRadiusBr - the cornerRadiusBr to set
      • getCornerRadiusTr

        java.lang.Double getCornerRadiusTr()
        Gets corner radius tr.
        Returns:
        the cornerRadiusTr
      • setCornerRadiusTr

        void setCornerRadiusTr​(java.lang.Double cornerRadiusTr)
        Sets corner radius tr.
        Parameters:
        cornerRadiusTr - the cornerRadiusTr to set
      • getContentGradientAngle

        java.lang.Double getContentGradientAngle()
        Gets content gradient angle.
        Returns:
        the contentGradientAngle
      • setContentGradientAngle

        void setContentGradientAngle​(java.lang.Double contentGradientAngle)
        Sets content gradient angle.
        Parameters:
        contentGradientAngle - the contentGradientAngle to set
      • getContentTint

        java.lang.Double getContentTint()
        Gets content tint.
        Returns:
        the contentTint
      • setContentTint

        void setContentTint​(java.lang.Double contentTint)
        Sets content tint.
        Parameters:
        contentTint - the contentTint to set
      • getContentOverprint

        java.lang.Integer getContentOverprint()
        Gets content overprint.
        Returns:
        the contentOverprint
      • setContentOverprint

        void setContentOverprint​(java.lang.Integer contentOverprint)
        Sets content overprint.
        Parameters:
        contentOverprint - the contentOverprint to set
      • getContentNoprint

        java.lang.Integer getContentNoprint()
        Gets content noprint.
        Returns:
        the contentNoprint
      • setContentNoprint

        void setContentNoprint​(java.lang.Integer contentNoprint)
        Sets content noprint.
        Parameters:
        contentNoprint - the contentNoprint to set
      • getUnsupportedProperty1BD2

        java.lang.String getUnsupportedProperty1BD2()
        Gets unsupported property 1 bd 2.
        Returns:
        the unsupportedProperty1BD2
      • setUnsupportedProperty1BD2

        void setUnsupportedProperty1BD2​(java.lang.String unsupportedProperty1BD2)
        Sets unsupported property 1 bd 2.
        Parameters:
        unsupportedProperty1BD2 - the unsupportedProperty1BD2 to set
      • getUnsupportedProperty1BD3

        java.lang.String getUnsupportedProperty1BD3()
        Gets unsupported property 1 bd 3.
        Returns:
        the unsupportedProperty1BD3
      • setUnsupportedProperty1BD3

        void setUnsupportedProperty1BD3​(java.lang.String unsupportedProperty1BD3)
        Sets unsupported property 1 bd 3.
        Parameters:
        unsupportedProperty1BD3 - the unsupportedProperty1BD3 to set
      • getUnsupportedProperty1BD4

        java.lang.String getUnsupportedProperty1BD4()
        Gets unsupported property 1 bd 4.
        Returns:
        the unsupportedProperty1BD4
      • setUnsupportedProperty1BD4

        void setUnsupportedProperty1BD4​(java.lang.String unsupportedProperty1BD4)
        Sets unsupported property 1 bd 4.
        Parameters:
        unsupportedProperty1BD4 - the unsupportedProperty1BD4 to set
      • getUnsupportedProperty1BD5

        java.lang.String getUnsupportedProperty1BD5()
        Gets unsupported property 1 bd 5.
        Returns:
        the unsupportedProperty1BD5
      • setUnsupportedProperty1BD5

        void setUnsupportedProperty1BD5​(java.lang.String unsupportedProperty1BD5)
        Sets unsupported property 1 bd 5.
        Parameters:
        unsupportedProperty1BD5 - the unsupportedProperty1BD5 to set
      • getUnsupportedProperty1BD6

        java.lang.String getUnsupportedProperty1BD6()
        Gets unsupported property 1 bd 6.
        Returns:
        the unsupportedProperty1BD6
      • setUnsupportedProperty1BD6

        void setUnsupportedProperty1BD6​(java.lang.String unsupportedProperty1BD6)
        Sets unsupported property 1 bd 6.
        Parameters:
        unsupportedProperty1BD6 - the unsupportedProperty1BD6 to set
      • getUnsupportedProperty1BD7

        java.lang.String getUnsupportedProperty1BD7()
        Gets unsupported property 1 bd 7.
        Returns:
        the unsupportedProperty1BD7
      • setUnsupportedProperty1BD7

        void setUnsupportedProperty1BD7​(java.lang.String unsupportedProperty1BD7)
        Sets unsupported property 1 bd 7.
        Parameters:
        unsupportedProperty1BD7 - the unsupportedProperty1BD7 to set
      • getUnsupportedProperty1BD8

        java.lang.String getUnsupportedProperty1BD8()
        Gets unsupported property 1 bd 8.
        Returns:
        the unsupportedProperty1BD8
      • setUnsupportedProperty1BD8

        void setUnsupportedProperty1BD8​(java.lang.String unsupportedProperty1BD8)
        Sets unsupported property 1 bd 8.
        Parameters:
        unsupportedProperty1BD8 - the unsupportedProperty1BD8 to set
      • getUnsupportedProperty1BD9

        java.lang.String getUnsupportedProperty1BD9()
        Gets unsupported property 1 bd 9.
        Returns:
        the unsupportedProperty1BD9
      • setUnsupportedProperty1BD9

        void setUnsupportedProperty1BD9​(java.lang.String unsupportedProperty1BD9)
        Sets unsupported property 1 bd 9.
        Parameters:
        unsupportedProperty1BD9 - the unsupportedProperty1BD9 to set
      • getUnsupportedProperty1BDA

        java.lang.String getUnsupportedProperty1BDA()
        Gets unsupported property 1 bda.
        Returns:
        the unsupportedProperty1BDA
      • setUnsupportedProperty1BDA

        void setUnsupportedProperty1BDA​(java.lang.String unsupportedProperty1BDA)
        Sets unsupported property 1 bda.
        Parameters:
        unsupportedProperty1BDA - the unsupportedProperty1BDA to set
      • getUnsupportedProperty1BDB

        java.lang.String getUnsupportedProperty1BDB()
        Gets unsupported property 1 bdb.
        Returns:
        the unsupportedProperty1BDB
      • setUnsupportedProperty1BDB

        void setUnsupportedProperty1BDB​(java.lang.String unsupportedProperty1BDB)
        Sets unsupported property 1 bdb.
        Parameters:
        unsupportedProperty1BDB - the unsupportedProperty1BDB to set
      • getUnsupportedProperty1BDC

        java.lang.String getUnsupportedProperty1BDC()
        Gets unsupported property 1 bdc.
        Returns:
        the unsupportedProperty1BDC
      • setUnsupportedProperty1BDC

        void setUnsupportedProperty1BDC​(java.lang.String unsupportedProperty1BDC)
        Sets unsupported property 1 bdc.
        Parameters:
        unsupportedProperty1BDC - the unsupportedProperty1BDC to set
      • getUnsupportedProperty1BDD

        java.lang.String getUnsupportedProperty1BDD()
        Gets unsupported property 1 bdd.
        Returns:
        the unsupportedProperty1BDD
      • setUnsupportedProperty1BDD

        void setUnsupportedProperty1BDD​(java.lang.String unsupportedProperty1BDD)
        Sets unsupported property 1 bdd.
        Parameters:
        unsupportedProperty1BDD - the unsupportedProperty1BDD to set
      • getUnsupportedProperty1BDE

        java.lang.String getUnsupportedProperty1BDE()
        Gets unsupported property 1 bde.
        Returns:
        the unsupportedProperty1BDE
      • setUnsupportedProperty1BDE

        void setUnsupportedProperty1BDE​(java.lang.String unsupportedProperty1BDE)
        Sets unsupported property 1 bde.
        Parameters:
        unsupportedProperty1BDE - the unsupportedProperty1BDE to set
      • getUnsupportedProperty1BF6

        java.lang.String getUnsupportedProperty1BF6()
        Gets unsupported property 1 bf 6.
        Returns:
        the unsupportedProperty1BF6
      • setUnsupportedProperty1BF6

        void setUnsupportedProperty1BF6​(java.lang.String unsupportedProperty1BF6)
        Sets unsupported property 1 bf 6.
        Parameters:
        unsupportedProperty1BF6 - the unsupportedProperty1BF6 to set
      • getUnsupportedProperty1BF7

        java.lang.String getUnsupportedProperty1BF7()
        Gets unsupported property 1 bf 7.
        Returns:
        the unsupportedProperty1BF7
      • setUnsupportedProperty1BF7

        void setUnsupportedProperty1BF7​(java.lang.String unsupportedProperty1BF7)
        Sets unsupported property 1 bf 7.
        Parameters:
        unsupportedProperty1BF7 - the unsupportedProperty1BF7 to set
      • getUnsupportedProperty1BF8

        java.lang.String getUnsupportedProperty1BF8()
        Gets unsupported property 1 bf 8.
        Returns:
        the unsupportedProperty1BF8
      • setUnsupportedProperty1BF8

        void setUnsupportedProperty1BF8​(java.lang.String unsupportedProperty1BF8)
        Sets unsupported property 1 bf 8.
        Parameters:
        unsupportedProperty1BF8 - the unsupportedProperty1BF8 to set
      • getUnsupportedProperty1BF9

        java.lang.String getUnsupportedProperty1BF9()
        Gets unsupported property 1 bf 9.
        Returns:
        the unsupportedProperty1BF9
      • setUnsupportedProperty1BF9

        void setUnsupportedProperty1BF9​(java.lang.String unsupportedProperty1BF9)
        Sets unsupported property 1 bf 9.
        Parameters:
        unsupportedProperty1BF9 - the unsupportedProperty1BF9 to set
      • getUnsupportedProperty1BFA

        java.lang.String getUnsupportedProperty1BFA()
        Gets unsupported property 1 bfa.
        Returns:
        the unsupportedProperty1BFA
      • setUnsupportedProperty1BFA

        void setUnsupportedProperty1BFA​(java.lang.String unsupportedProperty1BFA)
        Sets unsupported property 1 bfa.
        Parameters:
        unsupportedProperty1BFA - the unsupportedProperty1BFA to set
      • getUnsupportedProperty1BFB

        java.lang.String getUnsupportedProperty1BFB()
        Gets unsupported property 1 bfb.
        Returns:
        the unsupportedProperty1BFB
      • setUnsupportedProperty1BFB

        void setUnsupportedProperty1BFB​(java.lang.String unsupportedProperty1BFB)
        Sets unsupported property 1 bfb.
        Parameters:
        unsupportedProperty1BFB - the unsupportedProperty1BFB to set
      • getUnsupportedProperty1BFC

        java.lang.String getUnsupportedProperty1BFC()
        Gets unsupported property 1 bfc.
        Returns:
        the unsupportedProperty1BFC
      • setUnsupportedProperty1BFC

        void setUnsupportedProperty1BFC​(java.lang.String unsupportedProperty1BFC)
        Sets unsupported property 1 bfc.
        Parameters:
        unsupportedProperty1BFC - the unsupportedProperty1BFC to set
      • getUnsupportedProperty1BFD

        java.lang.String getUnsupportedProperty1BFD()
        Gets unsupported property 1 bfd.
        Returns:
        the unsupportedProperty1BFD
      • setUnsupportedProperty1BFD

        void setUnsupportedProperty1BFD​(java.lang.String unsupportedProperty1BFD)
        Sets unsupported property 1 bfd.
        Parameters:
        unsupportedProperty1BFD - the unsupportedProperty1BFD to set
      • getUnsupportedProperty1BFE

        java.lang.String getUnsupportedProperty1BFE()
        Gets unsupported property 1 bfe.
        Returns:
        the unsupportedProperty1BFE
      • setUnsupportedProperty1BFE

        void setUnsupportedProperty1BFE​(java.lang.String unsupportedProperty1BFE)
        Sets unsupported property 1 bfe.
        Parameters:
        unsupportedProperty1BFE - the unsupportedProperty1BFE to set
      • getUnsupportedProperty423C

        java.lang.String getUnsupportedProperty423C()
        Gets unsupported property 423 c.
        Returns:
        the unsupportedProperty423C
      • setUnsupportedProperty423C

        void setUnsupportedProperty423C​(java.lang.String unsupportedProperty423C)
        Sets unsupported property 423 c.
        Parameters:
        unsupportedProperty423C - the unsupportedProperty423C to set
      • getUnsupportedProperty423E

        java.lang.String getUnsupportedProperty423E()
        Gets unsupported property 423 e.
        Returns:
        the unsupportedProperty423E
      • setUnsupportedProperty423E

        void setUnsupportedProperty423E​(java.lang.String unsupportedProperty423E)
        Sets unsupported property 423 e.
        Parameters:
        unsupportedProperty423E - the unsupportedProperty423E to set
      • getUnsupportedProperty423F

        java.lang.String getUnsupportedProperty423F()
        Gets unsupported property 423 f.
        Returns:
        the unsupportedProperty423F
      • setUnsupportedProperty423F

        void setUnsupportedProperty423F​(java.lang.String unsupportedProperty423F)
        Sets unsupported property 423 f.
        Parameters:
        unsupportedProperty423F - the unsupportedProperty423F to set
      • getUnsupportedProperty4240

        java.lang.String getUnsupportedProperty4240()
        Gets unsupported property 4240.
        Returns:
        the unsupportedProperty4240
      • setUnsupportedProperty4240

        void setUnsupportedProperty4240​(java.lang.String unsupportedProperty4240)
        Sets unsupported property 4240.
        Parameters:
        unsupportedProperty4240 - the unsupportedProperty4240 to set
      • getUnsupportedProperty4241

        java.lang.String getUnsupportedProperty4241()
        Gets unsupported property 4241.
        Returns:
        the unsupportedProperty4241
      • setUnsupportedProperty4241

        void setUnsupportedProperty4241​(java.lang.String unsupportedProperty4241)
        Sets unsupported property 4241.
        Parameters:
        unsupportedProperty4241 - the unsupportedProperty4241 to set
      • getUnsupportedProperty4242

        java.lang.String getUnsupportedProperty4242()
        Gets unsupported property 4242.
        Returns:
        the unsupportedProperty4242
      • setUnsupportedProperty4242

        void setUnsupportedProperty4242​(java.lang.String unsupportedProperty4242)
        Sets unsupported property 4242.
        Parameters:
        unsupportedProperty4242 - the unsupportedProperty4242 to set
      • getUnsupportedProperty4243

        java.lang.String getUnsupportedProperty4243()
        Gets unsupported property 4243.
        Returns:
        the unsupportedProperty4243
      • setUnsupportedProperty4243

        void setUnsupportedProperty4243​(java.lang.String unsupportedProperty4243)
        Sets unsupported property 4243.
        Parameters:
        unsupportedProperty4243 - the unsupportedProperty4243 to set
      • getUnsupportedProperty4244

        java.lang.String getUnsupportedProperty4244()
        Gets unsupported property 4244.
        Returns:
        the unsupportedProperty4244
      • setUnsupportedProperty4244

        void setUnsupportedProperty4244​(java.lang.String unsupportedProperty4244)
        Sets unsupported property 4244.
        Parameters:
        unsupportedProperty4244 - the unsupportedProperty4244 to set
      • getUnsupportedProperty4245

        java.lang.String getUnsupportedProperty4245()
        Gets unsupported property 4245.
        Returns:
        the unsupportedProperty4245
      • setUnsupportedProperty4245

        void setUnsupportedProperty4245​(java.lang.String unsupportedProperty4245)
        Sets unsupported property 4245.
        Parameters:
        unsupportedProperty4245 - the unsupportedProperty4245 to set
      • getUnsupportedProperty4246

        java.lang.String getUnsupportedProperty4246()
        Gets unsupported property 4246.
        Returns:
        the unsupportedProperty4246
      • setUnsupportedProperty4246

        void setUnsupportedProperty4246​(java.lang.String unsupportedProperty4246)
        Sets unsupported property 4246.
        Parameters:
        unsupportedProperty4246 - the unsupportedProperty4246 to set
      • getUnsupportedProperty4247

        java.lang.String getUnsupportedProperty4247()
        Gets unsupported property 4247.
        Returns:
        the unsupportedProperty4247
      • setUnsupportedProperty4247

        void setUnsupportedProperty4247​(java.lang.String unsupportedProperty4247)
        Sets unsupported property 4247.
        Parameters:
        unsupportedProperty4247 - the unsupportedProperty4247 to set
      • getUnsupportedProperty4248

        java.lang.String getUnsupportedProperty4248()
        Gets unsupported property 4248.
        Returns:
        the unsupportedProperty4248
      • setUnsupportedProperty4248

        void setUnsupportedProperty4248​(java.lang.String unsupportedProperty4248)
        Sets unsupported property 4248.
        Parameters:
        unsupportedProperty4248 - the unsupportedProperty4248 to set
      • getUnsupportedProperty4249

        java.lang.String getUnsupportedProperty4249()
        Gets unsupported property 4249.
        Returns:
        the unsupportedProperty4249
      • setUnsupportedProperty4249

        void setUnsupportedProperty4249​(java.lang.String unsupportedProperty4249)
        Sets unsupported property 4249.
        Parameters:
        unsupportedProperty4249 - the unsupportedProperty4249 to set
      • getUnsupportedProperty424A

        java.lang.String getUnsupportedProperty424A()
        Gets unsupported property 424 a.
        Returns:
        the unsupportedProperty424A
      • setUnsupportedProperty424A

        void setUnsupportedProperty424A​(java.lang.String unsupportedProperty424A)
        Sets unsupported property 424 a.
        Parameters:
        unsupportedProperty424A - the unsupportedProperty424A to set
      • getUnsupportedProperty424C

        java.lang.String getUnsupportedProperty424C()
        Gets unsupported property 424 c.
        Returns:
        the unsupportedProperty424C
      • setUnsupportedProperty424C

        void setUnsupportedProperty424C​(java.lang.String unsupportedProperty424C)
        Sets unsupported property 424 c.
        Parameters:
        unsupportedProperty424C - the unsupportedProperty424C to set
      • getUnsupportedProperty424D

        java.lang.String getUnsupportedProperty424D()
        Gets unsupported property 424 d.
        Returns:
        the unsupportedProperty424D
      • setUnsupportedProperty424D

        void setUnsupportedProperty424D​(java.lang.String unsupportedProperty424D)
        Sets unsupported property 424 d.
        Parameters:
        unsupportedProperty424D - the unsupportedProperty424D to set
      • getUnsupportedProperty424F

        java.lang.String getUnsupportedProperty424F()
        Gets unsupported property 424 f.
        Returns:
        the unsupportedProperty424F
      • setUnsupportedProperty424F

        void setUnsupportedProperty424F​(java.lang.String unsupportedProperty424F)
        Sets unsupported property 424 f.
        Parameters:
        unsupportedProperty424F - the unsupportedProperty424F to set
      • getUnsupportedProperty4250

        java.lang.String getUnsupportedProperty4250()
        Gets unsupported property 4250.
        Returns:
        the unsupportedProperty4250
      • setUnsupportedProperty4250

        void setUnsupportedProperty4250​(java.lang.String unsupportedProperty4250)
        Sets unsupported property 4250.
        Parameters:
        unsupportedProperty4250 - the unsupportedProperty4250 to set
      • getUnsupportedProperty4251

        java.lang.String getUnsupportedProperty4251()
        Gets unsupported property 4251.
        Returns:
        the unsupportedProperty4251
      • setUnsupportedProperty4251

        void setUnsupportedProperty4251​(java.lang.String unsupportedProperty4251)
        Sets unsupported property 4251.
        Parameters:
        unsupportedProperty4251 - the unsupportedProperty4251 to set
      • getUnsupportedProperty4252

        java.lang.String getUnsupportedProperty4252()
        Gets unsupported property 4252.
        Returns:
        the unsupportedProperty4252
      • setUnsupportedProperty4252

        void setUnsupportedProperty4252​(java.lang.String unsupportedProperty4252)
        Sets unsupported property 4252.
        Parameters:
        unsupportedProperty4252 - the unsupportedProperty4252 to set
      • getUnsupportedProperty4257

        java.lang.String getUnsupportedProperty4257()
        Gets unsupported property 4257.
        Returns:
        the unsupportedProperty4257
      • setUnsupportedProperty4257

        void setUnsupportedProperty4257​(java.lang.String unsupportedProperty4257)
        Sets unsupported property 4257.
        Parameters:
        unsupportedProperty4257 - the unsupportedProperty4257 to set
      • getUnsupportedProperty4258

        java.lang.String getUnsupportedProperty4258()
        Gets unsupported property 4258.
        Returns:
        the unsupportedProperty4258
      • setUnsupportedProperty4258

        void setUnsupportedProperty4258​(java.lang.String unsupportedProperty4258)
        Sets unsupported property 4258.
        Parameters:
        unsupportedProperty4258 - the unsupportedProperty4258 to set
      • getUnsupportedProperty4259

        java.lang.String getUnsupportedProperty4259()
        Gets unsupported property 4259.
        Returns:
        the unsupportedProperty4259
      • setUnsupportedProperty4259

        void setUnsupportedProperty4259​(java.lang.String unsupportedProperty4259)
        Sets unsupported property 4259.
        Parameters:
        unsupportedProperty4259 - the unsupportedProperty4259 to set
      • getUnsupportedProperty425A

        java.lang.String getUnsupportedProperty425A()
        Gets unsupported property 425 a.
        Returns:
        the unsupportedProperty425A
      • setUnsupportedProperty425A

        void setUnsupportedProperty425A​(java.lang.String unsupportedProperty425A)
        Sets unsupported property 425 a.
        Parameters:
        unsupportedProperty425A - the unsupportedProperty425A to set
      • getUnsupportedProperty425B

        java.lang.String getUnsupportedProperty425B()
        Gets unsupported property 425 b.
        Returns:
        the unsupportedProperty425B
      • setUnsupportedProperty425B

        void setUnsupportedProperty425B​(java.lang.String unsupportedProperty425B)
        Sets unsupported property 425 b.
        Parameters:
        unsupportedProperty425B - the unsupportedProperty425B to set
      • getUnsupportedProperty425C

        java.lang.String getUnsupportedProperty425C()
        Gets unsupported property 425 c.
        Returns:
        the unsupportedProperty425C
      • setUnsupportedProperty425C

        void setUnsupportedProperty425C​(java.lang.String unsupportedProperty425C)
        Sets unsupported property 425 c.
        Parameters:
        unsupportedProperty425C - the unsupportedProperty425C to set
      • getUnsupportedProperty425D

        java.lang.String getUnsupportedProperty425D()
        Gets unsupported property 425 d.
        Returns:
        the unsupportedProperty425D
      • setUnsupportedProperty425D

        void setUnsupportedProperty425D​(java.lang.String unsupportedProperty425D)
        Sets unsupported property 425 d.
        Parameters:
        unsupportedProperty425D - the unsupportedProperty425D to set
      • getUnsupportedProperty425E

        java.lang.String getUnsupportedProperty425E()
        Gets unsupported property 425 e.
        Returns:
        the unsupportedProperty425E
      • setUnsupportedProperty425E

        void setUnsupportedProperty425E​(java.lang.String unsupportedProperty425E)
        Sets unsupported property 425 e.
        Parameters:
        unsupportedProperty425E - the unsupportedProperty425E to set
      • getUnsupportedProperty425F

        java.lang.String getUnsupportedProperty425F()
        Gets unsupported property 425 f.
        Returns:
        the unsupportedProperty425F
      • setUnsupportedProperty425F

        void setUnsupportedProperty425F​(java.lang.String unsupportedProperty425F)
        Sets unsupported property 425 f.
        Parameters:
        unsupportedProperty425F - the unsupportedProperty425F to set
      • getUnsupportedProperty4260

        java.lang.String getUnsupportedProperty4260()
        Gets unsupported property 4260.
        Returns:
        the unsupportedProperty4260
      • setUnsupportedProperty4260

        void setUnsupportedProperty4260​(java.lang.String unsupportedProperty4260)
        Sets unsupported property 4260.
        Parameters:
        unsupportedProperty4260 - the unsupportedProperty4260 to set
      • getUnsupportedProperty4261

        java.lang.String getUnsupportedProperty4261()
        Gets unsupported property 4261.
        Returns:
        the unsupportedProperty4261
      • setUnsupportedProperty4261

        void setUnsupportedProperty4261​(java.lang.String unsupportedProperty4261)
        Sets unsupported property 4261.
        Parameters:
        unsupportedProperty4261 - the unsupportedProperty4261 to set
      • getUnsupportedProperty4262

        java.lang.String getUnsupportedProperty4262()
        Gets unsupported property 4262.
        Returns:
        the unsupportedProperty4262
      • setUnsupportedProperty4262

        void setUnsupportedProperty4262​(java.lang.String unsupportedProperty4262)
        Sets unsupported property 4262.
        Parameters:
        unsupportedProperty4262 - the unsupportedProperty4262 to set
      • getUnsupportedProperty4263

        java.lang.String getUnsupportedProperty4263()
        Gets unsupported property 4263.
        Returns:
        the unsupportedProperty4263
      • setUnsupportedProperty4263

        void setUnsupportedProperty4263​(java.lang.String unsupportedProperty4263)
        Sets unsupported property 4263.
        Parameters:
        unsupportedProperty4263 - the unsupportedProperty4263 to set
      • getUnsupportedProperty4264

        java.lang.String getUnsupportedProperty4264()
        Gets unsupported property 4264.
        Returns:
        the unsupportedProperty4264
      • setUnsupportedProperty4264

        void setUnsupportedProperty4264​(java.lang.String unsupportedProperty4264)
        Sets unsupported property 4264.
        Parameters:
        unsupportedProperty4264 - the unsupportedProperty4264 to set
      • getUnsupportedProperty4265

        java.lang.String getUnsupportedProperty4265()
        Gets unsupported property 4265.
        Returns:
        the unsupportedProperty4265
      • setUnsupportedProperty4265

        void setUnsupportedProperty4265​(java.lang.String unsupportedProperty4265)
        Sets unsupported property 4265.
        Parameters:
        unsupportedProperty4265 - the unsupportedProperty4265 to set
      • getUnsupportedProperty4266

        java.lang.String getUnsupportedProperty4266()
        Gets unsupported property 4266.
        Returns:
        the unsupportedProperty4266
      • setUnsupportedProperty4266

        void setUnsupportedProperty4266​(java.lang.String unsupportedProperty4266)
        Sets unsupported property 4266.
        Parameters:
        unsupportedProperty4266 - the unsupportedProperty4266 to set
      • getUnsupportedProperty4267

        java.lang.String getUnsupportedProperty4267()
        Gets unsupported property 4267.
        Returns:
        the unsupportedProperty4267
      • setUnsupportedProperty4267

        void setUnsupportedProperty4267​(java.lang.String unsupportedProperty4267)
        Sets unsupported property 4267.
        Parameters:
        unsupportedProperty4267 - the unsupportedProperty4267 to set
      • getUnsupportedProperty4268

        java.lang.String getUnsupportedProperty4268()
        Gets unsupported property 4268.
        Returns:
        the unsupportedProperty4268
      • setUnsupportedProperty4268

        void setUnsupportedProperty4268​(java.lang.String unsupportedProperty4268)
        Sets unsupported property 4268.
        Parameters:
        unsupportedProperty4268 - the unsupportedProperty4268 to set
      • getUnsupportedProperty426C

        java.lang.String getUnsupportedProperty426C()
        Gets unsupported property 426 c.
        Returns:
        the unsupportedProperty426C
      • setUnsupportedProperty426C

        void setUnsupportedProperty426C​(java.lang.String unsupportedProperty426C)
        Sets unsupported property 426 c.
        Parameters:
        unsupportedProperty426C - the unsupportedProperty426C to set
      • getUnsupportedProperty4278

        java.lang.String getUnsupportedProperty4278()
        Gets unsupported property 4278.
        Returns:
        the unsupportedProperty4278
      • setUnsupportedProperty4278

        void setUnsupportedProperty4278​(java.lang.String unsupportedProperty4278)
        Sets unsupported property 4278.
        Parameters:
        unsupportedProperty4278 - the unsupportedProperty4278 to set
      • getUnsupportedProperty4279

        java.lang.String getUnsupportedProperty4279()
        Gets unsupported property 4279.
        Returns:
        the unsupportedProperty4279
      • setUnsupportedProperty4279

        void setUnsupportedProperty4279​(java.lang.String unsupportedProperty4279)
        Sets unsupported property 4279.
        Parameters:
        unsupportedProperty4279 - the unsupportedProperty4279 to set
      • getUnsupportedProperty427A

        java.lang.String getUnsupportedProperty427A()
        Gets unsupported property 427 a.
        Returns:
        the unsupportedProperty427A
      • setUnsupportedProperty427A

        void setUnsupportedProperty427A​(java.lang.String unsupportedProperty427A)
        Sets unsupported property 427 a.
        Parameters:
        unsupportedProperty427A - the unsupportedProperty427A to set
      • getUnsupportedProperty427B

        java.lang.String getUnsupportedProperty427B()
        Gets unsupported property 427 b.
        Returns:
        the unsupportedProperty427B
      • setUnsupportedProperty427B

        void setUnsupportedProperty427B​(java.lang.String unsupportedProperty427B)
        Sets unsupported property 427 b.
        Parameters:
        unsupportedProperty427B - the unsupportedProperty427B to set
      • getUnsupportedProperty427D

        java.lang.String getUnsupportedProperty427D()
        Gets unsupported property 427 d.
        Returns:
        the unsupportedProperty427D
      • setUnsupportedProperty427D

        void setUnsupportedProperty427D​(java.lang.String unsupportedProperty427D)
        Sets unsupported property 427 d.
        Parameters:
        unsupportedProperty427D - the unsupportedProperty427D to set
      • getUnsupportedProperty427E

        java.lang.String getUnsupportedProperty427E()
        Gets unsupported property 427 e.
        Returns:
        the unsupportedProperty427E
      • setUnsupportedProperty427E

        void setUnsupportedProperty427E​(java.lang.String unsupportedProperty427E)
        Sets unsupported property 427 e.
        Parameters:
        unsupportedProperty427E - the unsupportedProperty427E to set
      • getUnsupportedProperty427F

        java.lang.String getUnsupportedProperty427F()
        Gets unsupported property 427 f.
        Returns:
        the unsupportedProperty427F
      • setUnsupportedProperty427F

        void setUnsupportedProperty427F​(java.lang.String unsupportedProperty427F)
        Sets unsupported property 427 f.
        Parameters:
        unsupportedProperty427F - the unsupportedProperty427F to set
      • getUnsupportedProperty4280

        java.lang.String getUnsupportedProperty4280()
        Gets unsupported property 4280.
        Returns:
        the unsupportedProperty4280
      • setUnsupportedProperty4280

        void setUnsupportedProperty4280​(java.lang.String unsupportedProperty4280)
        Sets unsupported property 4280.
        Parameters:
        unsupportedProperty4280 - the unsupportedProperty4280 to set
      • getUnsupportedProperty4281

        java.lang.String getUnsupportedProperty4281()
        Gets unsupported property 4281.
        Returns:
        the unsupportedProperty4281
      • setUnsupportedProperty4281

        void setUnsupportedProperty4281​(java.lang.String unsupportedProperty4281)
        Sets unsupported property 4281.
        Parameters:
        unsupportedProperty4281 - the unsupportedProperty4281 to set
      • getUnsupportedProperty428E

        java.lang.String getUnsupportedProperty428E()
        Gets unsupported property 428 e.
        Returns:
        the unsupportedProperty428E
      • setUnsupportedProperty428E

        void setUnsupportedProperty428E​(java.lang.String unsupportedProperty428E)
        Sets unsupported property 428 e.
        Parameters:
        unsupportedProperty428E - the unsupportedProperty428E to set
      • getUnsupportedProperty428F

        java.lang.String getUnsupportedProperty428F()
        Gets unsupported property 428 f.
        Returns:
        the unsupportedProperty428F
      • setUnsupportedProperty428F

        void setUnsupportedProperty428F​(java.lang.String unsupportedProperty428F)
        Sets unsupported property 428 f.
        Parameters:
        unsupportedProperty428F - the unsupportedProperty428F to set
      • getUnsupportedProperty4290

        java.lang.String getUnsupportedProperty4290()
        Gets unsupported property 4290.
        Returns:
        the unsupportedProperty4290
      • setUnsupportedProperty4290

        void setUnsupportedProperty4290​(java.lang.String unsupportedProperty4290)
        Sets unsupported property 4290.
        Parameters:
        unsupportedProperty4290 - the unsupportedProperty4290 to set
      • getUnsupportedProperty4294

        java.lang.String getUnsupportedProperty4294()
        Gets unsupported property 4294.
        Returns:
        the unsupportedProperty4294
      • setUnsupportedProperty4294

        void setUnsupportedProperty4294​(java.lang.String unsupportedProperty4294)
        Sets unsupported property 4294.
        Parameters:
        unsupportedProperty4294 - the unsupportedProperty4294 to set
      • getUnsupportedProperty4295

        java.lang.String getUnsupportedProperty4295()
        Gets unsupported property 4295.
        Returns:
        the unsupportedProperty4295
      • setUnsupportedProperty4295

        void setUnsupportedProperty4295​(java.lang.String unsupportedProperty4295)
        Sets unsupported property 4295.
        Parameters:
        unsupportedProperty4295 - the unsupportedProperty4295 to set
      • getUnsupportedProperty4296

        java.lang.String getUnsupportedProperty4296()
        Gets unsupported property 4296.
        Returns:
        the unsupportedProperty4296
      • setUnsupportedProperty4296

        void setUnsupportedProperty4296​(java.lang.String unsupportedProperty4296)
        Sets unsupported property 4296.
        Parameters:
        unsupportedProperty4296 - the unsupportedProperty4296 to set
      • getUnsupportedProperty4297

        java.lang.String getUnsupportedProperty4297()
        Gets unsupported property 4297.
        Returns:
        the unsupportedProperty4297
      • setUnsupportedProperty4297

        void setUnsupportedProperty4297​(java.lang.String unsupportedProperty4297)
        Sets unsupported property 4297.
        Parameters:
        unsupportedProperty4297 - the unsupportedProperty4297 to set
      • getUnsupportedProperty42A3

        java.lang.String getUnsupportedProperty42A3()
        Gets unsupported property 42 a 3.
        Returns:
        the unsupportedProperty42A3
      • setUnsupportedProperty42A3

        void setUnsupportedProperty42A3​(java.lang.String unsupportedProperty42A3)
        Sets unsupported property 42 a 3.
        Parameters:
        unsupportedProperty42A3 - the unsupportedProperty42A3 to set
      • getUnsupportedProperty42A4

        java.lang.String getUnsupportedProperty42A4()
        Gets unsupported property 42 a 4.
        Returns:
        the unsupportedProperty42A4
      • setUnsupportedProperty42A4

        void setUnsupportedProperty42A4​(java.lang.String unsupportedProperty42A4)
        Sets unsupported property 42 a 4.
        Parameters:
        unsupportedProperty42A4 - the unsupportedProperty42A4 to set
      • getUnsupportedProperty42A6

        java.lang.String getUnsupportedProperty42A6()
        Gets unsupported property 42 a 6.
        Returns:
        the unsupportedProperty42A6
      • setUnsupportedProperty42A6

        void setUnsupportedProperty42A6​(java.lang.String unsupportedProperty42A6)
        Sets unsupported property 42 a 6.
        Parameters:
        unsupportedProperty42A6 - the unsupportedProperty42A6 to set
      • getUnsupportedProperty42AD

        java.lang.String getUnsupportedProperty42AD()
        Gets unsupported property 42 ad.
        Returns:
        the unsupportedProperty42AD
      • setUnsupportedProperty42AD

        void setUnsupportedProperty42AD​(java.lang.String unsupportedProperty42AD)
        Sets unsupported property 42 ad.
        Parameters:
        unsupportedProperty42AD - the unsupportedProperty42AD to set
      • getUnsupportedProperty42AE

        java.lang.String getUnsupportedProperty42AE()
        Gets unsupported property 42 ae.
        Returns:
        the unsupportedProperty42AE
      • setUnsupportedProperty42AE

        void setUnsupportedProperty42AE​(java.lang.String unsupportedProperty42AE)
        Sets unsupported property 42 ae.
        Parameters:
        unsupportedProperty42AE - the unsupportedProperty42AE to set
      • getUnsupportedProperty42B1

        java.lang.String getUnsupportedProperty42B1()
        Gets unsupported property 42 b 1.
        Returns:
        the unsupportedProperty42B1
      • setUnsupportedProperty42B1

        void setUnsupportedProperty42B1​(java.lang.String unsupportedProperty42B1)
        Sets unsupported property 42 b 1.
        Parameters:
        unsupportedProperty42B1 - the unsupportedProperty42B1 to set
      • getUnsupportedProperty42B2

        java.lang.String getUnsupportedProperty42B2()
        Gets unsupported property 42 b 2.
        Returns:
        the unsupportedProperty42B2
      • setUnsupportedProperty42B2

        void setUnsupportedProperty42B2​(java.lang.String unsupportedProperty42B2)
        Sets unsupported property 42 b 2.
        Parameters:
        unsupportedProperty42B2 - the unsupportedProperty42B2 to set
      • getUnsupportedProperty42B3

        java.lang.String getUnsupportedProperty42B3()
        Gets unsupported property 42 b 3.
        Returns:
        the unsupportedProperty42B3
      • setUnsupportedProperty42B3

        void setUnsupportedProperty42B3​(java.lang.String unsupportedProperty42B3)
        Sets unsupported property 42 b 3.
        Parameters:
        unsupportedProperty42B3 - the unsupportedProperty42B3 to set
      • getUnsupportedProperty42C0

        java.lang.String getUnsupportedProperty42C0()
        Gets unsupported property 42 c 0.
        Returns:
        the unsupportedProperty42C0
      • setUnsupportedProperty42C0

        void setUnsupportedProperty42C0​(java.lang.String unsupportedProperty42C0)
        Sets unsupported property 42 c 0.
        Parameters:
        unsupportedProperty42C0 - the unsupportedProperty42C0 to set
      • getUnsupportedProperty42C1

        java.lang.String getUnsupportedProperty42C1()
        Gets unsupported property 42 c 1.
        Returns:
        the unsupportedProperty42C1
      • setUnsupportedProperty42C1

        void setUnsupportedProperty42C1​(java.lang.String unsupportedProperty42C1)
        Sets unsupported property 42 c 1.
        Parameters:
        unsupportedProperty42C1 - the unsupportedProperty42C1 to set
      • getUnsupportedProperty1DF01

        java.lang.String getUnsupportedProperty1DF01()
        Gets unsupported property 1 df 01.
        Returns:
        the unsupportedProperty1DF01
      • setUnsupportedProperty1DF01

        void setUnsupportedProperty1DF01​(java.lang.String unsupportedProperty1DF01)
        Sets unsupported property 1 df 01.
        Parameters:
        unsupportedProperty1DF01 - the unsupportedProperty1DF01 to set
      • getUnsupportedProperty1DF02

        java.lang.String getUnsupportedProperty1DF02()
        Gets unsupported property 1 df 02.
        Returns:
        the unsupportedProperty1DF02
      • setUnsupportedProperty1DF02

        void setUnsupportedProperty1DF02​(java.lang.String unsupportedProperty1DF02)
        Sets unsupported property 1 df 02.
        Parameters:
        unsupportedProperty1DF02 - the unsupportedProperty1DF02 to set
      • getUnsupportedProperty1DF03

        java.lang.String getUnsupportedProperty1DF03()
        Gets unsupported property 1 df 03.
        Returns:
        the unsupportedProperty1DF03
      • setUnsupportedProperty1DF03

        void setUnsupportedProperty1DF03​(java.lang.String unsupportedProperty1DF03)
        Sets unsupported property 1 df 03.
        Parameters:
        unsupportedProperty1DF03 - the unsupportedProperty1DF03 to set
      • getUnsupportedProperty1DF04

        java.lang.String getUnsupportedProperty1DF04()
        Gets unsupported property 1 df 04.
        Returns:
        the unsupportedProperty1DF04
      • setUnsupportedProperty1DF04

        void setUnsupportedProperty1DF04​(java.lang.String unsupportedProperty1DF04)
        Sets unsupported property 1 df 04.
        Parameters:
        unsupportedProperty1DF04 - the unsupportedProperty1DF04 to set
      • getUnsupportedProperty1DF05

        java.lang.String getUnsupportedProperty1DF05()
        Gets unsupported property 1 df 05.
        Returns:
        the unsupportedProperty1DF05
      • setUnsupportedProperty1DF05

        void setUnsupportedProperty1DF05​(java.lang.String unsupportedProperty1DF05)
        Sets unsupported property 1 df 05.
        Parameters:
        unsupportedProperty1DF05 - the unsupportedProperty1DF05 to set
      • getUnsupportedProperty1DF06

        java.lang.String getUnsupportedProperty1DF06()
        Gets unsupported property 1 df 06.
        Returns:
        the unsupportedProperty1DF06
      • setUnsupportedProperty1DF06

        void setUnsupportedProperty1DF06​(java.lang.String unsupportedProperty1DF06)
        Sets unsupported property 1 df 06.
        Parameters:
        unsupportedProperty1DF06 - the unsupportedProperty1DF06 to set
      • getUnsupportedProperty1DF07

        java.lang.String getUnsupportedProperty1DF07()
        Gets unsupported property 1 df 07.
        Returns:
        the unsupportedProperty1DF07
      • setUnsupportedProperty1DF07

        void setUnsupportedProperty1DF07​(java.lang.String unsupportedProperty1DF07)
        Sets unsupported property 1 df 07.
        Parameters:
        unsupportedProperty1DF07 - the unsupportedProperty1DF07 to set
      • getUnsupportedProperty1DF08

        java.lang.String getUnsupportedProperty1DF08()
        Gets unsupported property 1 df 08.
        Returns:
        the unsupportedProperty1DF08
      • setUnsupportedProperty1DF08

        void setUnsupportedProperty1DF08​(java.lang.String unsupportedProperty1DF08)
        Sets unsupported property 1 df 08.
        Parameters:
        unsupportedProperty1DF08 - the unsupportedProperty1DF08 to set
      • getUnsupportedProperty1DF09

        java.lang.String getUnsupportedProperty1DF09()
        Gets unsupported property 1 df 09.
        Returns:
        the unsupportedProperty1DF09
      • setUnsupportedProperty1DF09

        void setUnsupportedProperty1DF09​(java.lang.String unsupportedProperty1DF09)
        Sets unsupported property 1 df 09.
        Parameters:
        unsupportedProperty1DF09 - the unsupportedProperty1DF09 to set
      • getUnsupportedProperty1DF0A

        java.lang.String getUnsupportedProperty1DF0A()
        Gets unsupported property 1 df 0 a.
        Returns:
        the unsupportedProperty1DF0A
      • setUnsupportedProperty1DF0A

        void setUnsupportedProperty1DF0A​(java.lang.String unsupportedProperty1DF0A)
        Sets unsupported property 1 df 0 a.
        Parameters:
        unsupportedProperty1DF0A - the unsupportedProperty1DF0A to set
      • getUnsupportedProperty1DF0B

        java.lang.String getUnsupportedProperty1DF0B()
        Gets unsupported property 1 df 0 b.
        Returns:
        the unsupportedProperty1DF0B
      • setUnsupportedProperty1DF0B

        void setUnsupportedProperty1DF0B​(java.lang.String unsupportedProperty1DF0B)
        Sets unsupported property 1 df 0 b.
        Parameters:
        unsupportedProperty1DF0B - the unsupportedProperty1DF0B to set
      • getUnsupportedProperty1DF0C

        java.lang.String getUnsupportedProperty1DF0C()
        Gets unsupported property 1 df 0 c.
        Returns:
        the unsupportedProperty1DF0C
      • setUnsupportedProperty1DF0C

        void setUnsupportedProperty1DF0C​(java.lang.String unsupportedProperty1DF0C)
        Sets unsupported property 1 df 0 c.
        Parameters:
        unsupportedProperty1DF0C - the unsupportedProperty1DF0C to set
      • getUnsupportedProperty1DF0D

        java.lang.String getUnsupportedProperty1DF0D()
        Gets unsupported property 1 df 0 d.
        Returns:
        the unsupportedProperty1DF0D
      • setUnsupportedProperty1DF0D

        void setUnsupportedProperty1DF0D​(java.lang.String unsupportedProperty1DF0D)
        Sets unsupported property 1 df 0 d.
        Parameters:
        unsupportedProperty1DF0D - the unsupportedProperty1DF0D to set
      • getUnsupportedProperty1DF0E

        java.lang.String getUnsupportedProperty1DF0E()
        Gets unsupported property 1 df 0 e.
        Returns:
        the unsupportedProperty1DF0E
      • setUnsupportedProperty1DF0E

        void setUnsupportedProperty1DF0E​(java.lang.String unsupportedProperty1DF0E)
        Sets unsupported property 1 df 0 e.
        Parameters:
        unsupportedProperty1DF0E - the unsupportedProperty1DF0E to set
      • getUnsupportedProperty1DF0F

        java.lang.String getUnsupportedProperty1DF0F()
        Gets unsupported property 1 df 0 f.
        Returns:
        the unsupportedProperty1DF0F
      • setUnsupportedProperty1DF0F

        void setUnsupportedProperty1DF0F​(java.lang.String unsupportedProperty1DF0F)
        Sets unsupported property 1 df 0 f.
        Parameters:
        unsupportedProperty1DF0F - the unsupportedProperty1DF0F to set
      • getUnsupportedProperty1DF10

        java.lang.String getUnsupportedProperty1DF10()
        Gets unsupported property 1 df 10.
        Returns:
        the unsupportedProperty1DF10
      • setUnsupportedProperty1DF10

        void setUnsupportedProperty1DF10​(java.lang.String unsupportedProperty1DF10)
        Sets unsupported property 1 df 10.
        Parameters:
        unsupportedProperty1DF10 - the unsupportedProperty1DF10 to set
      • getUnsupportedProperty1DF11

        java.lang.String getUnsupportedProperty1DF11()
        Gets unsupported property 1 df 11.
        Returns:
        the unsupportedProperty1DF11
      • setUnsupportedProperty1DF11

        void setUnsupportedProperty1DF11​(java.lang.String unsupportedProperty1DF11)
        Sets unsupported property 1 df 11.
        Parameters:
        unsupportedProperty1DF11 - the unsupportedProperty1DF11 to set
      • getUnsupportedProperty1DF12

        java.lang.String getUnsupportedProperty1DF12()
        Gets unsupported property 1 df 12.
        Returns:
        the unsupportedProperty1DF12
      • setUnsupportedProperty1DF12

        void setUnsupportedProperty1DF12​(java.lang.String unsupportedProperty1DF12)
        Sets unsupported property 1 df 12.
        Parameters:
        unsupportedProperty1DF12 - the unsupportedProperty1DF12 to set
      • getUnsupportedProperty1DF13

        java.lang.String getUnsupportedProperty1DF13()
        Gets unsupported property 1 df 13.
        Returns:
        the unsupportedProperty1DF13
      • setUnsupportedProperty1DF13

        void setUnsupportedProperty1DF13​(java.lang.String unsupportedProperty1DF13)
        Sets unsupported property 1 df 13.
        Parameters:
        unsupportedProperty1DF13 - the unsupportedProperty1DF13 to set
      • getUnsupportedProperty1DF14

        java.lang.String getUnsupportedProperty1DF14()
        Gets unsupported property 1 df 14.
        Returns:
        the unsupportedProperty1DF14
      • setUnsupportedProperty1DF14

        void setUnsupportedProperty1DF14​(java.lang.String unsupportedProperty1DF14)
        Sets unsupported property 1 df 14.
        Parameters:
        unsupportedProperty1DF14 - the unsupportedProperty1DF14 to set
      • getUnsupportedProperty1DF15

        java.lang.String getUnsupportedProperty1DF15()
        Gets unsupported property 1 df 15.
        Returns:
        the unsupportedProperty1DF15
      • setUnsupportedProperty1DF15

        void setUnsupportedProperty1DF15​(java.lang.String unsupportedProperty1DF15)
        Sets unsupported property 1 df 15.
        Parameters:
        unsupportedProperty1DF15 - the unsupportedProperty1DF15 to set
      • getUnsupportedProperty1DF16

        java.lang.String getUnsupportedProperty1DF16()
        Gets unsupported property 1 df 16.
        Returns:
        the unsupportedProperty1DF16
      • setUnsupportedProperty1DF16

        void setUnsupportedProperty1DF16​(java.lang.String unsupportedProperty1DF16)
        Sets unsupported property 1 df 16.
        Parameters:
        unsupportedProperty1DF16 - the unsupportedProperty1DF16 to set
      • getUnsupportedProperty1DF17

        java.lang.String getUnsupportedProperty1DF17()
        Gets unsupported property 1 df 17.
        Returns:
        the unsupportedProperty1DF17
      • setUnsupportedProperty1DF17

        void setUnsupportedProperty1DF17​(java.lang.String unsupportedProperty1DF17)
        Sets unsupported property 1 df 17.
        Parameters:
        unsupportedProperty1DF17 - the unsupportedProperty1DF17 to set
      • getUnsupportedProperty1DF18

        java.lang.String getUnsupportedProperty1DF18()
        Gets unsupported property 1 df 18.
        Returns:
        the unsupportedProperty1DF18
      • setUnsupportedProperty1DF18

        void setUnsupportedProperty1DF18​(java.lang.String unsupportedProperty1DF18)
        Sets unsupported property 1 df 18.
        Parameters:
        unsupportedProperty1DF18 - the unsupportedProperty1DF18 to set
      • getUnsupportedProperty1DF19

        java.lang.String getUnsupportedProperty1DF19()
        Gets unsupported property 1 df 19.
        Returns:
        the unsupportedProperty1DF19
      • setUnsupportedProperty1DF19

        void setUnsupportedProperty1DF19​(java.lang.String unsupportedProperty1DF19)
        Sets unsupported property 1 df 19.
        Parameters:
        unsupportedProperty1DF19 - the unsupportedProperty1DF19 to set
      • getUnsupportedProperty1DF1A

        java.lang.String getUnsupportedProperty1DF1A()
        Gets unsupported property 1 df 1 a.
        Returns:
        the unsupportedProperty1DF1A
      • setUnsupportedProperty1DF1A

        void setUnsupportedProperty1DF1A​(java.lang.String unsupportedProperty1DF1A)
        Sets unsupported property 1 df 1 a.
        Parameters:
        unsupportedProperty1DF1A - the unsupportedProperty1DF1A to set
      • getUnsupportedProperty1DF1B

        java.lang.String getUnsupportedProperty1DF1B()
        Gets unsupported property 1 df 1 b.
        Returns:
        the unsupportedProperty1DF1B
      • setUnsupportedProperty1DF1B

        void setUnsupportedProperty1DF1B​(java.lang.String unsupportedProperty1DF1B)
        Sets unsupported property 1 df 1 b.
        Parameters:
        unsupportedProperty1DF1B - the unsupportedProperty1DF1B to set
      • getUnsupportedProperty1DF1C

        java.lang.String getUnsupportedProperty1DF1C()
        Gets unsupported property 1 df 1 c.
        Returns:
        the unsupportedProperty1DF1C
      • setUnsupportedProperty1DF1C

        void setUnsupportedProperty1DF1C​(java.lang.String unsupportedProperty1DF1C)
        Sets unsupported property 1 df 1 c.
        Parameters:
        unsupportedProperty1DF1C - the unsupportedProperty1DF1C to set
      • getUnsupportedProperty1DF1D

        java.lang.String getUnsupportedProperty1DF1D()
        Gets unsupported property 1 df 1 d.
        Returns:
        the unsupportedProperty1DF1D
      • setUnsupportedProperty1DF1D

        void setUnsupportedProperty1DF1D​(java.lang.String unsupportedProperty1DF1D)
        Sets unsupported property 1 df 1 d.
        Parameters:
        unsupportedProperty1DF1D - the unsupportedProperty1DF1D to set
      • getUnsupportedProperty1DF1E

        java.lang.String getUnsupportedProperty1DF1E()
        Gets unsupported property 1 df 1 e.
        Returns:
        the unsupportedProperty1DF1E
      • setUnsupportedProperty1DF1E

        void setUnsupportedProperty1DF1E​(java.lang.String unsupportedProperty1DF1E)
        Sets unsupported property 1 df 1 e.
        Parameters:
        unsupportedProperty1DF1E - the unsupportedProperty1DF1E to set
      • getUnsupportedProperty1DF1F

        java.lang.String getUnsupportedProperty1DF1F()
        Gets unsupported property 1 df 1 f.
        Returns:
        the unsupportedProperty1DF1F
      • setUnsupportedProperty1DF1F

        void setUnsupportedProperty1DF1F​(java.lang.String unsupportedProperty1DF1F)
        Sets unsupported property 1 df 1 f.
        Parameters:
        unsupportedProperty1DF1F - the unsupportedProperty1DF1F to set
      • getUnsupportedProperty1DF20

        java.lang.String getUnsupportedProperty1DF20()
        Gets unsupported property 1 df 20.
        Returns:
        the unsupportedProperty1DF20
      • setUnsupportedProperty1DF20

        void setUnsupportedProperty1DF20​(java.lang.String unsupportedProperty1DF20)
        Sets unsupported property 1 df 20.
        Parameters:
        unsupportedProperty1DF20 - the unsupportedProperty1DF20 to set
      • getUnsupportedProperty20714

        java.lang.String getUnsupportedProperty20714()
        Gets unsupported property 20714.
        Returns:
        the unsupportedProperty20714
      • setUnsupportedProperty20714

        void setUnsupportedProperty20714​(java.lang.String unsupportedProperty20714)
        Sets unsupported property 20714.
        Parameters:
        unsupportedProperty20714 - the unsupportedProperty20714 to set
      • getUnsupportedProperty50F11

        java.lang.String getUnsupportedProperty50F11()
        Gets unsupported property 50 f 11.
        Returns:
        the unsupportedProperty50F11
      • setUnsupportedProperty50F11

        void setUnsupportedProperty50F11​(java.lang.String unsupportedProperty50F11)
        Sets unsupported property 50 f 11.
        Parameters:
        unsupportedProperty50F11 - the unsupportedProperty50F11 to set
      • getUnsupportedProperty50F15

        java.lang.String getUnsupportedProperty50F15()
        Gets unsupported property 50 f 15.
        Returns:
        the unsupportedProperty50F15
      • setUnsupportedProperty50F15

        void setUnsupportedProperty50F15​(java.lang.String unsupportedProperty50F15)
        Sets unsupported property 50 f 15.
        Parameters:
        unsupportedProperty50F15 - the unsupportedProperty50F15 to set
      • getUnsupportedProperty50F18

        java.lang.String getUnsupportedProperty50F18()
        Gets unsupported property 50 f 18.
        Returns:
        the unsupportedProperty50F18
      • setUnsupportedProperty50F18

        void setUnsupportedProperty50F18​(java.lang.String unsupportedProperty50F18)
        Sets unsupported property 50 f 18.
        Parameters:
        unsupportedProperty50F18 - the unsupportedProperty50F18 to set
      • getUnsupportedProperty50F1F

        java.lang.String getUnsupportedProperty50F1F()
        Gets unsupported property 50 f 1 f.
        Returns:
        the unsupportedProperty50F1F
      • setUnsupportedProperty50F1F

        void setUnsupportedProperty50F1F​(java.lang.String unsupportedProperty50F1F)
        Sets unsupported property 50 f 1 f.
        Parameters:
        unsupportedProperty50F1F - the unsupportedProperty50F1F to set
      • getUnsupportedProperty50F29

        java.lang.String getUnsupportedProperty50F29()
        Gets unsupported property 50 f 29.
        Returns:
        the unsupportedProperty50F29
      • setUnsupportedProperty50F29

        void setUnsupportedProperty50F29​(java.lang.String unsupportedProperty50F29)
        Sets unsupported property 50 f 29.
        Parameters:
        unsupportedProperty50F29 - the unsupportedProperty50F29 to set
      • getUnsupportedProperty50F2A

        java.lang.String getUnsupportedProperty50F2A()
        Gets unsupported property 50 f 2 a.
        Returns:
        the unsupportedProperty50F2A
      • setUnsupportedProperty50F2A

        void setUnsupportedProperty50F2A​(java.lang.String unsupportedProperty50F2A)
        Sets unsupported property 50 f 2 a.
        Parameters:
        unsupportedProperty50F2A - the unsupportedProperty50F2A to set
      • getUnsupportedProperty50F2B

        java.lang.String getUnsupportedProperty50F2B()
        Gets unsupported property 50 f 2 b.
        Returns:
        the unsupportedProperty50F2B
      • setUnsupportedProperty50F2B

        void setUnsupportedProperty50F2B​(java.lang.String unsupportedProperty50F2B)
        Sets unsupported property 50 f 2 b.
        Parameters:
        unsupportedProperty50F2B - the unsupportedProperty50F2B to set
      • getUnsupportedProperty50F2F

        java.lang.String getUnsupportedProperty50F2F()
        Gets unsupported property 50 f 2 f.
        Returns:
        the unsupportedProperty50F2F
      • setUnsupportedProperty50F2F

        void setUnsupportedProperty50F2F​(java.lang.String unsupportedProperty50F2F)
        Sets unsupported property 50 f 2 f.
        Parameters:
        unsupportedProperty50F2F - the unsupportedProperty50F2F to set
      • getUnsupportedProperty50F30

        java.lang.String getUnsupportedProperty50F30()
        Gets unsupported property 50 f 30.
        Returns:
        the unsupportedProperty50F30
      • setUnsupportedProperty50F30

        void setUnsupportedProperty50F30​(java.lang.String unsupportedProperty50F30)
        Sets unsupported property 50 f 30.
        Parameters:
        unsupportedProperty50F30 - the unsupportedProperty50F30 to set
      • getUnsupportedProperty50F3C

        java.lang.String getUnsupportedProperty50F3C()
        Gets unsupported property 50 f 3 c.
        Returns:
        the unsupportedProperty50F3C
      • setUnsupportedProperty50F3C

        void setUnsupportedProperty50F3C​(java.lang.String unsupportedProperty50F3C)
        Sets unsupported property 50 f 3 c.
        Parameters:
        unsupportedProperty50F3C - the unsupportedProperty50F3C to set
      • getUnsupportedProperty50F3D

        java.lang.String getUnsupportedProperty50F3D()
        Gets unsupported property 50 f 3 d.
        Returns:
        the unsupportedProperty50F3D
      • setUnsupportedProperty50F3D

        void setUnsupportedProperty50F3D​(java.lang.String unsupportedProperty50F3D)
        Sets unsupported property 50 f 3 d.
        Parameters:
        unsupportedProperty50F3D - the unsupportedProperty50F3D to set
      • getUnsupportedProperty50F3E

        java.lang.String getUnsupportedProperty50F3E()
        Gets unsupported property 50 f 3 e.
        Returns:
        the unsupportedProperty50F3E
      • setUnsupportedProperty50F3E

        void setUnsupportedProperty50F3E​(java.lang.String unsupportedProperty50F3E)
        Sets unsupported property 50 f 3 e.
        Parameters:
        unsupportedProperty50F3E - the unsupportedProperty50F3E to set
      • getUnsupportedProperty50F3F

        java.lang.String getUnsupportedProperty50F3F()
        Gets unsupported property 50 f 3 f.
        Returns:
        the unsupportedProperty50F3F
      • setUnsupportedProperty50F3F

        void setUnsupportedProperty50F3F​(java.lang.String unsupportedProperty50F3F)
        Sets unsupported property 50 f 3 f.
        Parameters:
        unsupportedProperty50F3F - the unsupportedProperty50F3F to set
      • getUnsupportedProperty1A405

        java.lang.String getUnsupportedProperty1A405()
        Gets unsupported property 1 a 405.
        Returns:
        the unsupportedProperty1A405
      • setUnsupportedProperty1A405

        void setUnsupportedProperty1A405​(java.lang.String unsupportedProperty1A405)
        Sets unsupported property 1 a 405.
        Parameters:
        unsupportedProperty1A405 - the unsupportedProperty1A405 to set
      • getUnsupportedProperty1A41E

        java.lang.String getUnsupportedProperty1A41E()
        Gets unsupported property 1 a 41 e.
        Returns:
        the unsupportedProperty1A41E
      • setUnsupportedProperty1A41E

        void setUnsupportedProperty1A41E​(java.lang.String unsupportedProperty1A41E)
        Sets unsupported property 1 a 41 e.
        Parameters:
        unsupportedProperty1A41E - the unsupportedProperty1A41E to set
      • getUnsupportedProperty6E84

        java.lang.String getUnsupportedProperty6E84()
        Gets unsupported property 6 e 84.
        Returns:
        the unsupportedProperty6E84
      • setUnsupportedProperty6E84

        void setUnsupportedProperty6E84​(java.lang.String unsupportedProperty6E84)
        Sets unsupported property 6 e 84.
        Parameters:
        unsupportedProperty6E84 - the unsupportedProperty6E84 to set
      • getUnsupportedProperty6E95

        java.lang.String getUnsupportedProperty6E95()
        Gets unsupported property 6 e 95.
        Returns:
        the unsupportedProperty6E95
      • setUnsupportedProperty6E95

        void setUnsupportedProperty6E95​(java.lang.String unsupportedProperty6E95)
        Sets unsupported property 6 e 95.
        Parameters:
        unsupportedProperty6E95 - the unsupportedProperty6E95 to set
      • getUnsupportedProperty6E96

        java.lang.String getUnsupportedProperty6E96()
        Gets unsupported property 6 e 96.
        Returns:
        the unsupportedProperty6E96
      • setUnsupportedProperty6E96

        void setUnsupportedProperty6E96​(java.lang.String unsupportedProperty6E96)
        Sets unsupported property 6 e 96.
        Parameters:
        unsupportedProperty6E96 - the unsupportedProperty6E96 to set
      • getUnsupportedProperty10470

        java.lang.String getUnsupportedProperty10470()
        Gets unsupported property 10470.
        Returns:
        the unsupportedProperty10470
      • setUnsupportedProperty10470

        void setUnsupportedProperty10470​(java.lang.String unsupportedProperty10470)
        Sets unsupported property 10470.
        Parameters:
        unsupportedProperty10470 - the unsupportedProperty10470 to set
      • getUnsupportedProperty10471

        java.lang.String getUnsupportedProperty10471()
        Gets unsupported property 10471.
        Returns:
        the unsupportedProperty10471
      • setUnsupportedProperty10471

        void setUnsupportedProperty10471​(java.lang.String unsupportedProperty10471)
        Sets unsupported property 10471.
        Parameters:
        unsupportedProperty10471 - the unsupportedProperty10471 to set
      • getUnsupportedProperty10472

        java.lang.String getUnsupportedProperty10472()
        Gets unsupported property 10472.
        Returns:
        the unsupportedProperty10472
      • setUnsupportedProperty10472

        void setUnsupportedProperty10472​(java.lang.String unsupportedProperty10472)
        Sets unsupported property 10472.
        Parameters:
        unsupportedProperty10472 - the unsupportedProperty10472 to set
      • getUnsupportedProperty10473

        java.lang.String getUnsupportedProperty10473()
        Gets unsupported property 10473.
        Returns:
        the unsupportedProperty10473
      • setUnsupportedProperty10473

        void setUnsupportedProperty10473​(java.lang.String unsupportedProperty10473)
        Sets unsupported property 10473.
        Parameters:
        unsupportedProperty10473 - the unsupportedProperty10473 to set
      • getUnsupportedProperty10478

        java.lang.String getUnsupportedProperty10478()
        Gets unsupported property 10478.
        Returns:
        the unsupportedProperty10478
      • setUnsupportedProperty10478

        void setUnsupportedProperty10478​(java.lang.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​(java.lang.String textVjust)
        Sets text vjust.
        Parameters:
        textVjust - the text vjust
      • getTextVjust

        java.lang.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​(java.lang.String textColumnsType)
        Sets text columns type.
        Parameters:
        textColumnsType - the text columns type
      • getTextColumnsType

        java.lang.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