Class Declarations

java.lang.Object
org.plutext.jaxb.xslfo.Declarations

public class Declarations
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/1999/XSL/Format}color-profile" maxOccurs="unbounded"/>
         <any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.w3.org/1999/XSL/Format}inheritable_properties_List"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • colorProfile

      protected java.util.List<ColorProfile> colorProfile
    • any

      protected java.util.List<org.w3c.dom.Element> any
    • autoRestore

      protected AutoRestoreType autoRestore
    • background

      protected java.util.List<java.lang.String> background
    • borderSpacing

      protected java.lang.String borderSpacing
    • captionSide

      protected CaptionSideType captionSide
    • direction

      protected DirectionType direction
    • emptyCells

      protected EmptyCellsType emptyCells
    • font

      protected java.lang.String font
    • fontSelectionStrategy

      protected FontSelectionStrategyType fontSelectionStrategy
    • fontSizeAdjust

      protected java.lang.String fontSizeAdjust
    • fontStretch

      protected java.lang.String fontStretch
    • fontVariant

      protected FontVariantType fontVariant
    • glyphOrientationVertical

      protected java.lang.String glyphOrientationVertical
    • glyphOrientationHorizontal

      protected java.lang.String glyphOrientationHorizontal
    • hyphenationKeep

      protected HyphenationKeepType hyphenationKeep
    • hyphenationLadderCount

      protected java.lang.String hyphenationLadderCount
    • intrusionDisplace

      protected DisplaceType intrusionDisplace
    • lastLineEndIndent

      protected java.lang.String lastLineEndIndent
    • lineHeightShiftAdjustment

      protected LineHeightShiftAdjustmentType lineHeightShiftAdjustment
    • lineStackingStrategy

      protected LineStackingStrategyType lineStackingStrategy
    • linefeedTreatment

      protected LinefeedTreatmentType linefeedTreatment
    • margin

      protected java.util.List<java.lang.String> margin
    • maxWidth

      protected java.lang.String maxWidth
    • minHeight

      protected java.lang.String minHeight
    • minWidth

      protected java.lang.String minWidth
    • pageBreakInside

      protected PageBreakInsideType pageBreakInside
    • referenceOrientation

      protected java.lang.String referenceOrientation
    • scoreSpaces

      protected ScoreSpacesType scoreSpaces
    • script

      protected java.lang.String script
    • textTransform

      protected TextTransformType textTransform
    • visibility

      protected VisibilityType visibility
    • whiteSpace

      protected WhiteSpaceType whiteSpace
    • whiteSpaceTreatment

      protected WhiteSpaceTreatmentType whiteSpaceTreatment
    • wordSpacing

      protected java.lang.String wordSpacing
    • writingMode

      protected WritingModeType writingMode
    • borderBottom

      protected java.lang.String borderBottom
    • borderCollapse

      protected BorderCollapseType borderCollapse
    • borderColor

      protected java.util.List<java.lang.String> borderColor
    • borderLeft

      protected java.lang.String borderLeft
    • borderRight

      protected java.lang.String borderRight
    • borderSeparation

      protected java.util.List<java.lang.String> borderSeparation
    • borderStyle

      protected java.util.List<BorderStyleType> borderStyle
    • borderTop

      protected java.lang.String borderTop
    • borderWidth

      protected java.util.List<java.lang.String> borderWidth
    • color

      protected java.lang.String color
    • country

      protected CountryType country
    • displayAlign

      protected DisplayAlignType displayAlign
    • endIndent

      protected java.lang.String endIndent
    • fontFamily

      protected java.lang.String fontFamily
    • fontSize

      protected java.lang.String fontSize
    • fontStyle

      protected FontStyleType fontStyle
    • fontWeight

      protected java.lang.String fontWeight
    • hyphenate

      protected HyphenateType hyphenate
    • hyphenationCharacter

      protected java.lang.String hyphenationCharacter
    • hyphenationPushCharacterCount

      protected java.lang.String hyphenationPushCharacterCount
    • hyphenationRemainCharacterCount

      protected java.lang.String hyphenationRemainCharacterCount
    • keepTogether

      protected java.util.List<java.lang.String> keepTogether
    • keepTogetherWithinColumn

      protected java.lang.String keepTogetherWithinColumn
    • keepTogetherWithinLine

      protected java.lang.String keepTogetherWithinLine
    • keepTogetherWithinPage

      protected java.lang.String keepTogetherWithinPage
    • language

      protected LanguageType language
    • leaderAlignment

      protected LeaderAlignmentType leaderAlignment
    • leaderLength

      protected java.util.List<java.lang.String> leaderLength
    • leaderLengthMaximum

      protected java.lang.String leaderLengthMaximum
    • leaderLengthMinimum

      protected java.lang.String leaderLengthMinimum
    • leaderLengthOptimum

      protected java.lang.String leaderLengthOptimum
    • leaderPattern

      protected LeaderPatternType leaderPattern
    • leaderPatternWidth

      protected java.lang.String leaderPatternWidth
    • letterSpacing

      protected java.lang.String letterSpacing
    • lineHeight

      protected java.lang.String lineHeight
    • orphans

      protected java.lang.String orphans
    • position

      protected PositionType position
    • provisionalDistanceBetweenStarts

      protected java.lang.String provisionalDistanceBetweenStarts
    • provisionalLabelSeparation

      protected java.lang.String provisionalLabelSeparation
    • relativeAlign

      protected RelativeAlignType relativeAlign
    • ruleStyle

      protected RuleStyleType ruleStyle
    • ruleThickness

      protected java.lang.String ruleThickness
    • startIndent

      protected java.lang.String startIndent
    • textAlign

      protected TextAlignType textAlign
    • textAlignLast

      protected TextAlignLastType textAlignLast
    • textIndent

      protected java.lang.String textIndent
    • whiteSpaceCollapse

      protected WhiteSpaceCollapseType whiteSpaceCollapse
    • widows

      protected java.lang.String widows
    • wrapOption

      protected WrapOptionType wrapOption
  • Constructor Details

    • Declarations

      public Declarations()
  • Method Details

    • getColorProfile

      public java.util.List<ColorProfile> getColorProfile()
      Gets the value of the colorProfile property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the colorProfile property.

      For example, to add a new item, do as follows:

          getColorProfile().add(newItem);
       

      Objects of the following type(s) are allowed in the list ColorProfile

    • getAny

      public java.util.List<org.w3c.dom.Element> getAny()
      Gets the value of the any property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

      For example, to add a new item, do as follows:

          getAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list Element

    • getAutoRestore

      public AutoRestoreType getAutoRestore()
      Gets the value of the autoRestore property.
      Returns:
      possible object is AutoRestoreType
    • setAutoRestore

      public void setAutoRestore​(AutoRestoreType value)
      Sets the value of the autoRestore property.
      Parameters:
      value - allowed object is AutoRestoreType
    • getBackground

      public java.util.List<java.lang.String> getBackground()
      Gets the value of the background property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the background property.

      For example, to add a new item, do as follows:

          getBackground().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getBorderSpacing

      public java.lang.String getBorderSpacing()
      Gets the value of the borderSpacing property.
      Returns:
      possible object is String
    • setBorderSpacing

      public void setBorderSpacing​(java.lang.String value)
      Sets the value of the borderSpacing property.
      Parameters:
      value - allowed object is String
    • getCaptionSide

      public CaptionSideType getCaptionSide()
      Gets the value of the captionSide property.
      Returns:
      possible object is CaptionSideType
    • setCaptionSide

      public void setCaptionSide​(CaptionSideType value)
      Sets the value of the captionSide property.
      Parameters:
      value - allowed object is CaptionSideType
    • getDirection

      public DirectionType getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is DirectionType
    • setDirection

      public void setDirection​(DirectionType value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is DirectionType
    • getEmptyCells

      public EmptyCellsType getEmptyCells()
      Gets the value of the emptyCells property.
      Returns:
      possible object is EmptyCellsType
    • setEmptyCells

      public void setEmptyCells​(EmptyCellsType value)
      Sets the value of the emptyCells property.
      Parameters:
      value - allowed object is EmptyCellsType
    • getFont

      public java.lang.String getFont()
      Gets the value of the font property.
      Returns:
      possible object is String
    • setFont

      public void setFont​(java.lang.String value)
      Sets the value of the font property.
      Parameters:
      value - allowed object is String
    • getFontSelectionStrategy

      public FontSelectionStrategyType getFontSelectionStrategy()
      Gets the value of the fontSelectionStrategy property.
      Returns:
      possible object is FontSelectionStrategyType
    • setFontSelectionStrategy

      public void setFontSelectionStrategy​(FontSelectionStrategyType value)
      Sets the value of the fontSelectionStrategy property.
      Parameters:
      value - allowed object is FontSelectionStrategyType
    • getFontSizeAdjust

      public java.lang.String getFontSizeAdjust()
      Gets the value of the fontSizeAdjust property.
      Returns:
      possible object is String
    • setFontSizeAdjust

      public void setFontSizeAdjust​(java.lang.String value)
      Sets the value of the fontSizeAdjust property.
      Parameters:
      value - allowed object is String
    • getFontStretch

      public java.lang.String getFontStretch()
      Gets the value of the fontStretch property.
      Returns:
      possible object is String
    • setFontStretch

      public void setFontStretch​(java.lang.String value)
      Sets the value of the fontStretch property.
      Parameters:
      value - allowed object is String
    • getFontVariant

      public FontVariantType getFontVariant()
      Gets the value of the fontVariant property.
      Returns:
      possible object is FontVariantType
    • setFontVariant

      public void setFontVariant​(FontVariantType value)
      Sets the value of the fontVariant property.
      Parameters:
      value - allowed object is FontVariantType
    • getGlyphOrientationVertical

      public java.lang.String getGlyphOrientationVertical()
      Gets the value of the glyphOrientationVertical property.
      Returns:
      possible object is String
    • setGlyphOrientationVertical

      public void setGlyphOrientationVertical​(java.lang.String value)
      Sets the value of the glyphOrientationVertical property.
      Parameters:
      value - allowed object is String
    • getGlyphOrientationHorizontal

      public java.lang.String getGlyphOrientationHorizontal()
      Gets the value of the glyphOrientationHorizontal property.
      Returns:
      possible object is String
    • setGlyphOrientationHorizontal

      public void setGlyphOrientationHorizontal​(java.lang.String value)
      Sets the value of the glyphOrientationHorizontal property.
      Parameters:
      value - allowed object is String
    • getHyphenationKeep

      public HyphenationKeepType getHyphenationKeep()
      Gets the value of the hyphenationKeep property.
      Returns:
      possible object is HyphenationKeepType
    • setHyphenationKeep

      public void setHyphenationKeep​(HyphenationKeepType value)
      Sets the value of the hyphenationKeep property.
      Parameters:
      value - allowed object is HyphenationKeepType
    • getHyphenationLadderCount

      public java.lang.String getHyphenationLadderCount()
      Gets the value of the hyphenationLadderCount property.
      Returns:
      possible object is String
    • setHyphenationLadderCount

      public void setHyphenationLadderCount​(java.lang.String value)
      Sets the value of the hyphenationLadderCount property.
      Parameters:
      value - allowed object is String
    • getIntrusionDisplace

      public DisplaceType getIntrusionDisplace()
      Gets the value of the intrusionDisplace property.
      Returns:
      possible object is DisplaceType
    • setIntrusionDisplace

      public void setIntrusionDisplace​(DisplaceType value)
      Sets the value of the intrusionDisplace property.
      Parameters:
      value - allowed object is DisplaceType
    • getLastLineEndIndent

      public java.lang.String getLastLineEndIndent()
      Gets the value of the lastLineEndIndent property.
      Returns:
      possible object is String
    • setLastLineEndIndent

      public void setLastLineEndIndent​(java.lang.String value)
      Sets the value of the lastLineEndIndent property.
      Parameters:
      value - allowed object is String
    • getLineHeightShiftAdjustment

      public LineHeightShiftAdjustmentType getLineHeightShiftAdjustment()
      Gets the value of the lineHeightShiftAdjustment property.
      Returns:
      possible object is LineHeightShiftAdjustmentType
    • setLineHeightShiftAdjustment

      public void setLineHeightShiftAdjustment​(LineHeightShiftAdjustmentType value)
      Sets the value of the lineHeightShiftAdjustment property.
      Parameters:
      value - allowed object is LineHeightShiftAdjustmentType
    • getLineStackingStrategy

      public LineStackingStrategyType getLineStackingStrategy()
      Gets the value of the lineStackingStrategy property.
      Returns:
      possible object is LineStackingStrategyType
    • setLineStackingStrategy

      public void setLineStackingStrategy​(LineStackingStrategyType value)
      Sets the value of the lineStackingStrategy property.
      Parameters:
      value - allowed object is LineStackingStrategyType
    • getLinefeedTreatment

      public LinefeedTreatmentType getLinefeedTreatment()
      Gets the value of the linefeedTreatment property.
      Returns:
      possible object is LinefeedTreatmentType
    • setLinefeedTreatment

      public void setLinefeedTreatment​(LinefeedTreatmentType value)
      Sets the value of the linefeedTreatment property.
      Parameters:
      value - allowed object is LinefeedTreatmentType
    • getMargin

      public java.util.List<java.lang.String> getMargin()
      Gets the value of the margin property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the margin property.

      For example, to add a new item, do as follows:

          getMargin().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getMaxWidth

      public java.lang.String getMaxWidth()
      Gets the value of the maxWidth property.
      Returns:
      possible object is String
    • setMaxWidth

      public void setMaxWidth​(java.lang.String value)
      Sets the value of the maxWidth property.
      Parameters:
      value - allowed object is String
    • getMinHeight

      public java.lang.String getMinHeight()
      Gets the value of the minHeight property.
      Returns:
      possible object is String
    • setMinHeight

      public void setMinHeight​(java.lang.String value)
      Sets the value of the minHeight property.
      Parameters:
      value - allowed object is String
    • getMinWidth

      public java.lang.String getMinWidth()
      Gets the value of the minWidth property.
      Returns:
      possible object is String
    • setMinWidth

      public void setMinWidth​(java.lang.String value)
      Sets the value of the minWidth property.
      Parameters:
      value - allowed object is String
    • getPageBreakInside

      public PageBreakInsideType getPageBreakInside()
      Gets the value of the pageBreakInside property.
      Returns:
      possible object is PageBreakInsideType
    • setPageBreakInside

      public void setPageBreakInside​(PageBreakInsideType value)
      Sets the value of the pageBreakInside property.
      Parameters:
      value - allowed object is PageBreakInsideType
    • getReferenceOrientation

      public java.lang.String getReferenceOrientation()
      Gets the value of the referenceOrientation property.
      Returns:
      possible object is String
    • setReferenceOrientation

      public void setReferenceOrientation​(java.lang.String value)
      Sets the value of the referenceOrientation property.
      Parameters:
      value - allowed object is String
    • getScoreSpaces

      public ScoreSpacesType getScoreSpaces()
      Gets the value of the scoreSpaces property.
      Returns:
      possible object is ScoreSpacesType
    • setScoreSpaces

      public void setScoreSpaces​(ScoreSpacesType value)
      Sets the value of the scoreSpaces property.
      Parameters:
      value - allowed object is ScoreSpacesType
    • getScript

      public java.lang.String getScript()
      Gets the value of the script property.
      Returns:
      possible object is String
    • setScript

      public void setScript​(java.lang.String value)
      Sets the value of the script property.
      Parameters:
      value - allowed object is String
    • getTextTransform

      public TextTransformType getTextTransform()
      Gets the value of the textTransform property.
      Returns:
      possible object is TextTransformType
    • setTextTransform

      public void setTextTransform​(TextTransformType value)
      Sets the value of the textTransform property.
      Parameters:
      value - allowed object is TextTransformType
    • getVisibility

      public VisibilityType getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is VisibilityType
    • setVisibility

      public void setVisibility​(VisibilityType value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is VisibilityType
    • getWhiteSpace

      public WhiteSpaceType getWhiteSpace()
      Gets the value of the whiteSpace property.
      Returns:
      possible object is WhiteSpaceType
    • setWhiteSpace

      public void setWhiteSpace​(WhiteSpaceType value)
      Sets the value of the whiteSpace property.
      Parameters:
      value - allowed object is WhiteSpaceType
    • getWhiteSpaceTreatment

      public WhiteSpaceTreatmentType getWhiteSpaceTreatment()
      Gets the value of the whiteSpaceTreatment property.
      Returns:
      possible object is WhiteSpaceTreatmentType
    • setWhiteSpaceTreatment

      public void setWhiteSpaceTreatment​(WhiteSpaceTreatmentType value)
      Sets the value of the whiteSpaceTreatment property.
      Parameters:
      value - allowed object is WhiteSpaceTreatmentType
    • getWordSpacing

      public java.lang.String getWordSpacing()
      Gets the value of the wordSpacing property.
      Returns:
      possible object is String
    • setWordSpacing

      public void setWordSpacing​(java.lang.String value)
      Sets the value of the wordSpacing property.
      Parameters:
      value - allowed object is String
    • getWritingMode

      public WritingModeType getWritingMode()
      Gets the value of the writingMode property.
      Returns:
      possible object is WritingModeType
    • setWritingMode

      public void setWritingMode​(WritingModeType value)
      Sets the value of the writingMode property.
      Parameters:
      value - allowed object is WritingModeType
    • getBorderBottom

      public java.lang.String getBorderBottom()
      Gets the value of the borderBottom property.
      Returns:
      possible object is String
    • setBorderBottom

      public void setBorderBottom​(java.lang.String value)
      Sets the value of the borderBottom property.
      Parameters:
      value - allowed object is String
    • getBorderCollapse

      public BorderCollapseType getBorderCollapse()
      Gets the value of the borderCollapse property.
      Returns:
      possible object is BorderCollapseType
    • setBorderCollapse

      public void setBorderCollapse​(BorderCollapseType value)
      Sets the value of the borderCollapse property.
      Parameters:
      value - allowed object is BorderCollapseType
    • getBorderColor

      public java.util.List<java.lang.String> getBorderColor()
      Gets the value of the borderColor property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the borderColor property.

      For example, to add a new item, do as follows:

          getBorderColor().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getBorderLeft

      public java.lang.String getBorderLeft()
      Gets the value of the borderLeft property.
      Returns:
      possible object is String
    • setBorderLeft

      public void setBorderLeft​(java.lang.String value)
      Sets the value of the borderLeft property.
      Parameters:
      value - allowed object is String
    • getBorderRight

      public java.lang.String getBorderRight()
      Gets the value of the borderRight property.
      Returns:
      possible object is String
    • setBorderRight

      public void setBorderRight​(java.lang.String value)
      Sets the value of the borderRight property.
      Parameters:
      value - allowed object is String
    • getBorderSeparation

      public java.util.List<java.lang.String> getBorderSeparation()
      Gets the value of the borderSeparation property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the borderSeparation property.

      For example, to add a new item, do as follows:

          getBorderSeparation().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getBorderStyle

      public java.util.List<BorderStyleType> getBorderStyle()
      Gets the value of the borderStyle property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the borderStyle property.

      For example, to add a new item, do as follows:

          getBorderStyle().add(newItem);
       

      Objects of the following type(s) are allowed in the list BorderStyleType

    • getBorderTop

      public java.lang.String getBorderTop()
      Gets the value of the borderTop property.
      Returns:
      possible object is String
    • setBorderTop

      public void setBorderTop​(java.lang.String value)
      Sets the value of the borderTop property.
      Parameters:
      value - allowed object is String
    • getBorderWidth

      public java.util.List<java.lang.String> getBorderWidth()
      Gets the value of the borderWidth property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the borderWidth property.

      For example, to add a new item, do as follows:

          getBorderWidth().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getColor

      public java.lang.String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor​(java.lang.String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String
    • getCountry

      public CountryType getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryType
    • setCountry

      public void setCountry​(CountryType value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryType
    • getDisplayAlign

      public DisplayAlignType getDisplayAlign()
      Gets the value of the displayAlign property.
      Returns:
      possible object is DisplayAlignType
    • setDisplayAlign

      public void setDisplayAlign​(DisplayAlignType value)
      Sets the value of the displayAlign property.
      Parameters:
      value - allowed object is DisplayAlignType
    • getEndIndent

      public java.lang.String getEndIndent()
      Gets the value of the endIndent property.
      Returns:
      possible object is String
    • setEndIndent

      public void setEndIndent​(java.lang.String value)
      Sets the value of the endIndent property.
      Parameters:
      value - allowed object is String
    • getFontFamily

      public java.lang.String getFontFamily()
      Gets the value of the fontFamily property.
      Returns:
      possible object is String
    • setFontFamily

      public void setFontFamily​(java.lang.String value)
      Sets the value of the fontFamily property.
      Parameters:
      value - allowed object is String
    • getFontSize

      public java.lang.String getFontSize()
      Gets the value of the fontSize property.
      Returns:
      possible object is String
    • setFontSize

      public void setFontSize​(java.lang.String value)
      Sets the value of the fontSize property.
      Parameters:
      value - allowed object is String
    • getFontStyle

      public FontStyleType getFontStyle()
      Gets the value of the fontStyle property.
      Returns:
      possible object is FontStyleType
    • setFontStyle

      public void setFontStyle​(FontStyleType value)
      Sets the value of the fontStyle property.
      Parameters:
      value - allowed object is FontStyleType
    • getFontWeight

      public java.lang.String getFontWeight()
      Gets the value of the fontWeight property.
      Returns:
      possible object is String
    • setFontWeight

      public void setFontWeight​(java.lang.String value)
      Sets the value of the fontWeight property.
      Parameters:
      value - allowed object is String
    • getHyphenate

      public HyphenateType getHyphenate()
      Gets the value of the hyphenate property.
      Returns:
      possible object is HyphenateType
    • setHyphenate

      public void setHyphenate​(HyphenateType value)
      Sets the value of the hyphenate property.
      Parameters:
      value - allowed object is HyphenateType
    • getHyphenationCharacter

      public java.lang.String getHyphenationCharacter()
      Gets the value of the hyphenationCharacter property.
      Returns:
      possible object is String
    • setHyphenationCharacter

      public void setHyphenationCharacter​(java.lang.String value)
      Sets the value of the hyphenationCharacter property.
      Parameters:
      value - allowed object is String
    • getHyphenationPushCharacterCount

      public java.lang.String getHyphenationPushCharacterCount()
      Gets the value of the hyphenationPushCharacterCount property.
      Returns:
      possible object is String
    • setHyphenationPushCharacterCount

      public void setHyphenationPushCharacterCount​(java.lang.String value)
      Sets the value of the hyphenationPushCharacterCount property.
      Parameters:
      value - allowed object is String
    • getHyphenationRemainCharacterCount

      public java.lang.String getHyphenationRemainCharacterCount()
      Gets the value of the hyphenationRemainCharacterCount property.
      Returns:
      possible object is String
    • setHyphenationRemainCharacterCount

      public void setHyphenationRemainCharacterCount​(java.lang.String value)
      Sets the value of the hyphenationRemainCharacterCount property.
      Parameters:
      value - allowed object is String
    • getKeepTogether

      public java.util.List<java.lang.String> getKeepTogether()
      Gets the value of the keepTogether property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keepTogether property.

      For example, to add a new item, do as follows:

          getKeepTogether().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getKeepTogetherWithinColumn

      public java.lang.String getKeepTogetherWithinColumn()
      Gets the value of the keepTogetherWithinColumn property.
      Returns:
      possible object is String
    • setKeepTogetherWithinColumn

      public void setKeepTogetherWithinColumn​(java.lang.String value)
      Sets the value of the keepTogetherWithinColumn property.
      Parameters:
      value - allowed object is String
    • getKeepTogetherWithinLine

      public java.lang.String getKeepTogetherWithinLine()
      Gets the value of the keepTogetherWithinLine property.
      Returns:
      possible object is String
    • setKeepTogetherWithinLine

      public void setKeepTogetherWithinLine​(java.lang.String value)
      Sets the value of the keepTogetherWithinLine property.
      Parameters:
      value - allowed object is String
    • getKeepTogetherWithinPage

      public java.lang.String getKeepTogetherWithinPage()
      Gets the value of the keepTogetherWithinPage property.
      Returns:
      possible object is String
    • setKeepTogetherWithinPage

      public void setKeepTogetherWithinPage​(java.lang.String value)
      Sets the value of the keepTogetherWithinPage property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public LanguageType getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is LanguageType
    • setLanguage

      public void setLanguage​(LanguageType value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is LanguageType
    • getLeaderAlignment

      public LeaderAlignmentType getLeaderAlignment()
      Gets the value of the leaderAlignment property.
      Returns:
      possible object is LeaderAlignmentType
    • setLeaderAlignment

      public void setLeaderAlignment​(LeaderAlignmentType value)
      Sets the value of the leaderAlignment property.
      Parameters:
      value - allowed object is LeaderAlignmentType
    • getLeaderLength

      public java.util.List<java.lang.String> getLeaderLength()
      Gets the value of the leaderLength property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the leaderLength property.

      For example, to add a new item, do as follows:

          getLeaderLength().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getLeaderLengthMaximum

      public java.lang.String getLeaderLengthMaximum()
      Gets the value of the leaderLengthMaximum property.
      Returns:
      possible object is String
    • setLeaderLengthMaximum

      public void setLeaderLengthMaximum​(java.lang.String value)
      Sets the value of the leaderLengthMaximum property.
      Parameters:
      value - allowed object is String
    • getLeaderLengthMinimum

      public java.lang.String getLeaderLengthMinimum()
      Gets the value of the leaderLengthMinimum property.
      Returns:
      possible object is String
    • setLeaderLengthMinimum

      public void setLeaderLengthMinimum​(java.lang.String value)
      Sets the value of the leaderLengthMinimum property.
      Parameters:
      value - allowed object is String
    • getLeaderLengthOptimum

      public java.lang.String getLeaderLengthOptimum()
      Gets the value of the leaderLengthOptimum property.
      Returns:
      possible object is String
    • setLeaderLengthOptimum

      public void setLeaderLengthOptimum​(java.lang.String value)
      Sets the value of the leaderLengthOptimum property.
      Parameters:
      value - allowed object is String
    • getLeaderPattern

      public LeaderPatternType getLeaderPattern()
      Gets the value of the leaderPattern property.
      Returns:
      possible object is LeaderPatternType
    • setLeaderPattern

      public void setLeaderPattern​(LeaderPatternType value)
      Sets the value of the leaderPattern property.
      Parameters:
      value - allowed object is LeaderPatternType
    • getLeaderPatternWidth

      public java.lang.String getLeaderPatternWidth()
      Gets the value of the leaderPatternWidth property.
      Returns:
      possible object is String
    • setLeaderPatternWidth

      public void setLeaderPatternWidth​(java.lang.String value)
      Sets the value of the leaderPatternWidth property.
      Parameters:
      value - allowed object is String
    • getLetterSpacing

      public java.lang.String getLetterSpacing()
      Gets the value of the letterSpacing property.
      Returns:
      possible object is String
    • setLetterSpacing

      public void setLetterSpacing​(java.lang.String value)
      Sets the value of the letterSpacing property.
      Parameters:
      value - allowed object is String
    • getLineHeight

      public java.lang.String getLineHeight()
      Gets the value of the lineHeight property.
      Returns:
      possible object is String
    • setLineHeight

      public void setLineHeight​(java.lang.String value)
      Sets the value of the lineHeight property.
      Parameters:
      value - allowed object is String
    • getOrphans

      public java.lang.String getOrphans()
      Gets the value of the orphans property.
      Returns:
      possible object is String
    • setOrphans

      public void setOrphans​(java.lang.String value)
      Sets the value of the orphans property.
      Parameters:
      value - allowed object is String
    • getPosition

      public PositionType getPosition()
      Gets the value of the position property.
      Returns:
      possible object is PositionType
    • setPosition

      public void setPosition​(PositionType value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is PositionType
    • getProvisionalDistanceBetweenStarts

      public java.lang.String getProvisionalDistanceBetweenStarts()
      Gets the value of the provisionalDistanceBetweenStarts property.
      Returns:
      possible object is String
    • setProvisionalDistanceBetweenStarts

      public void setProvisionalDistanceBetweenStarts​(java.lang.String value)
      Sets the value of the provisionalDistanceBetweenStarts property.
      Parameters:
      value - allowed object is String
    • getProvisionalLabelSeparation

      public java.lang.String getProvisionalLabelSeparation()
      Gets the value of the provisionalLabelSeparation property.
      Returns:
      possible object is String
    • setProvisionalLabelSeparation

      public void setProvisionalLabelSeparation​(java.lang.String value)
      Sets the value of the provisionalLabelSeparation property.
      Parameters:
      value - allowed object is String
    • getRelativeAlign

      public RelativeAlignType getRelativeAlign()
      Gets the value of the relativeAlign property.
      Returns:
      possible object is RelativeAlignType
    • setRelativeAlign

      public void setRelativeAlign​(RelativeAlignType value)
      Sets the value of the relativeAlign property.
      Parameters:
      value - allowed object is RelativeAlignType
    • getRuleStyle

      public RuleStyleType getRuleStyle()
      Gets the value of the ruleStyle property.
      Returns:
      possible object is RuleStyleType
    • setRuleStyle

      public void setRuleStyle​(RuleStyleType value)
      Sets the value of the ruleStyle property.
      Parameters:
      value - allowed object is RuleStyleType
    • getRuleThickness

      public java.lang.String getRuleThickness()
      Gets the value of the ruleThickness property.
      Returns:
      possible object is String
    • setRuleThickness

      public void setRuleThickness​(java.lang.String value)
      Sets the value of the ruleThickness property.
      Parameters:
      value - allowed object is String
    • getStartIndent

      public java.lang.String getStartIndent()
      Gets the value of the startIndent property.
      Returns:
      possible object is String
    • setStartIndent

      public void setStartIndent​(java.lang.String value)
      Sets the value of the startIndent property.
      Parameters:
      value - allowed object is String
    • getTextAlign

      public TextAlignType getTextAlign()
      Gets the value of the textAlign property.
      Returns:
      possible object is TextAlignType
    • setTextAlign

      public void setTextAlign​(TextAlignType value)
      Sets the value of the textAlign property.
      Parameters:
      value - allowed object is TextAlignType
    • getTextAlignLast

      public TextAlignLastType getTextAlignLast()
      Gets the value of the textAlignLast property.
      Returns:
      possible object is TextAlignLastType
    • setTextAlignLast

      public void setTextAlignLast​(TextAlignLastType value)
      Sets the value of the textAlignLast property.
      Parameters:
      value - allowed object is TextAlignLastType
    • getTextIndent

      public java.lang.String getTextIndent()
      Gets the value of the textIndent property.
      Returns:
      possible object is String
    • setTextIndent

      public void setTextIndent​(java.lang.String value)
      Sets the value of the textIndent property.
      Parameters:
      value - allowed object is String
    • getWhiteSpaceCollapse

      public WhiteSpaceCollapseType getWhiteSpaceCollapse()
      Gets the value of the whiteSpaceCollapse property.
      Returns:
      possible object is WhiteSpaceCollapseType
    • setWhiteSpaceCollapse

      public void setWhiteSpaceCollapse​(WhiteSpaceCollapseType value)
      Sets the value of the whiteSpaceCollapse property.
      Parameters:
      value - allowed object is WhiteSpaceCollapseType
    • getWidows

      public java.lang.String getWidows()
      Gets the value of the widows property.
      Returns:
      possible object is String
    • setWidows

      public void setWidows​(java.lang.String value)
      Sets the value of the widows property.
      Parameters:
      value - allowed object is String
    • getWrapOption

      public WrapOptionType getWrapOption()
      Gets the value of the wrapOption property.
      Returns:
      possible object is WrapOptionType
    • setWrapOption

      public void setWrapOption​(WrapOptionType value)
      Sets the value of the wrapOption property.
      Parameters:
      value - allowed object is WrapOptionType