All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.plutext.jaxb.xslfo.InlineContainer Maven / Gradle / Ivy

There is a newer version: 11.4.0
Show newest version

package org.plutext.jaxb.xslfo;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 
 *           Inheritable 
 *           
 * 
 * <?xml version="1.0" encoding="UTF-8"?><attribute xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="display-align" type="fo:display_align_Type"/>
 * 
* * *
 * <?xml version="1.0" encoding="UTF-8"?><attribute xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="line-height" type="fo:line_height_Type"/>
 * 
* * * *

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">
 *       <choice maxOccurs="unbounded">
 *         <group ref="{http://www.w3.org/1999/XSL/Format}marker_List"/>
 *         <group ref="{http://www.w3.org/1999/XSL/Format}block_List"/>
 *         <group ref="{http://www.w3.org/1999/XSL/Format}neutral_List"/>
 *         <group ref="{http://www.w3.org/1999/XSL/Format}float_List"/>
 *         <group ref="{http://www.w3.org/1999/XSL/Format}footnote_List"/>
 *       </choice>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}inheritable_properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}progression_Properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}Margin_Properties_Inline_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}keep_Properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}clip_Properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}Relative_Position_Properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}reference_Properties_List"/>
 *       <attGroup ref="{http://www.w3.org/1999/XSL/Format}Border_Padding_and_Background_Properties_List"/>
 *       <attribute name="alignment-adjust" type="{http://www.w3.org/1999/XSL/Format}alignment_adjust_Type" />
 *       <attribute name="alignment-baseline" type="{http://www.w3.org/1999/XSL/Format}alignment_baseline_Type" />
 *       <attribute name="baseline-shift" type="{http://www.w3.org/1999/XSL/Format}baseline_shift_Type" />
 *       <attribute name="dominant-baseline" type="{http://www.w3.org/1999/XSL/Format}dominant_baseline_Type" />
 *       <attribute name="height" type="{http://www.w3.org/1999/XSL/Format}height_Type" />
 *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="overflow" type="{http://www.w3.org/1999/XSL/Format}overflow_Type" />
 *       <attribute name="width" type="{http://www.w3.org/1999/XSL/Format}height_Type" />
 *       <attribute name="vertical-align" type="{http://www.w3.org/1999/XSL/Format}vertical_align_Type" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "markerOrBlockOrBlockContainer" }) @XmlRootElement(name = "inline-container") public class InlineContainer { @XmlElements({ @XmlElement(name = "wrapper", type = Wrapper.class), @XmlElement(name = "table-and-caption", type = TableAndCaption.class), @XmlElement(name = "list-block", type = ListBlock.class), @XmlElement(name = "table", type = Table.class), @XmlElement(name = "block", type = Block.class), @XmlElement(name = "float", type = Float.class), @XmlElement(name = "multi-properties", type = MultiProperties.class), @XmlElement(name = "footnote", type = Footnote.class), @XmlElement(name = "retrieve-marker", type = RetrieveMarker.class), @XmlElement(name = "marker", type = Marker.class), @XmlElement(name = "multi-switch", type = MultiSwitch.class), @XmlElement(name = "block-container", type = BlockContainer.class) }) protected List markerOrBlockOrBlockContainer; @XmlAttribute(name = "alignment-adjust") protected String alignmentAdjust; @XmlAttribute(name = "alignment-baseline") protected String alignmentBaseline; @XmlAttribute(name = "baseline-shift") protected String baselineShift; @XmlAttribute(name = "dominant-baseline") protected DominantBaselineType dominantBaseline; @XmlAttribute protected String height; @XmlAttribute protected String id; @XmlAttribute protected OverflowType overflow; @XmlAttribute protected String width; @XmlAttribute(name = "vertical-align") protected String verticalAlign; @XmlAttribute(name = "auto-restore") protected AutoRestoreType autoRestore; @XmlAttribute protected List background; @XmlAttribute(name = "border-spacing") protected String borderSpacing; @XmlAttribute(name = "caption-side") protected CaptionSideType captionSide; @XmlAttribute protected DirectionType direction; @XmlAttribute(name = "empty-cells") protected EmptyCellsType emptyCells; @XmlAttribute protected String font; @XmlAttribute(name = "font-selection-strategy") protected FontSelectionStrategyType fontSelectionStrategy; @XmlAttribute(name = "font-size-adjust") protected String fontSizeAdjust; @XmlAttribute(name = "font-stretch") protected String fontStretch; @XmlAttribute(name = "font-variant") protected FontVariantType fontVariant; @XmlAttribute(name = "glyph-orientation-vertical") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String glyphOrientationVertical; @XmlAttribute(name = "glyph-orientation-horizontal") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String glyphOrientationHorizontal; @XmlAttribute(name = "hyphenation-keep") protected HyphenationKeepType hyphenationKeep; @XmlAttribute(name = "hyphenation-ladder-count") protected String hyphenationLadderCount; @XmlAttribute(name = "intrusion-displace") protected DisplaceType intrusionDisplace; @XmlAttribute(name = "last-line-end-indent") protected String lastLineEndIndent; @XmlAttribute(name = "line-height-shift-adjustment") protected LineHeightShiftAdjustmentType lineHeightShiftAdjustment; @XmlAttribute(name = "line-stacking-strategy") protected LineStackingStrategyType lineStackingStrategy; @XmlAttribute(name = "linefeed-treatment") protected LinefeedTreatmentType linefeedTreatment; @XmlAttribute protected List margin; @XmlAttribute(name = "max-width") protected String maxWidth; @XmlAttribute(name = "min-height") protected String minHeight; @XmlAttribute(name = "min-width") protected String minWidth; @XmlAttribute(name = "page-break-inside") protected PageBreakInsideType pageBreakInside; @XmlAttribute(name = "reference-orientation") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String referenceOrientation; @XmlAttribute(name = "score-spaces") protected ScoreSpacesType scoreSpaces; @XmlAttribute protected String script; @XmlAttribute(name = "text-transform") protected TextTransformType textTransform; @XmlAttribute protected VisibilityType visibility; @XmlAttribute(name = "white-space") protected WhiteSpaceType whiteSpace; @XmlAttribute(name = "white-space-treatment") protected WhiteSpaceTreatmentType whiteSpaceTreatment; @XmlAttribute(name = "word-spacing") protected String wordSpacing; @XmlAttribute(name = "writing-mode") protected WritingModeType writingMode; @XmlAttribute(name = "border-bottom") protected String borderBottom; @XmlAttribute(name = "border-collapse") protected BorderCollapseType borderCollapse; @XmlAttribute(name = "border-color") protected List borderColor; @XmlAttribute(name = "border-left") protected String borderLeft; @XmlAttribute(name = "border-right") protected String borderRight; @XmlAttribute(name = "border-separation") protected List borderSeparation; @XmlAttribute(name = "border-style") protected List borderStyle; @XmlAttribute(name = "border-top") protected String borderTop; @XmlAttribute(name = "border-width") protected List borderWidth; @XmlAttribute protected String color; @XmlAttribute protected CountryType country; @XmlAttribute(name = "display-align") protected DisplayAlignType displayAlign; @XmlAttribute(name = "end-indent") protected String endIndent; @XmlAttribute(name = "font-family") protected String fontFamily; @XmlAttribute(name = "font-size") protected String fontSize; @XmlAttribute(name = "font-style") protected FontStyleType fontStyle; @XmlAttribute(name = "font-weight") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String fontWeight; @XmlAttribute protected HyphenateType hyphenate; @XmlAttribute(name = "hyphenation-character") protected String hyphenationCharacter; @XmlAttribute(name = "hyphenation-push-character-count") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String hyphenationPushCharacterCount; @XmlAttribute(name = "hyphenation-remain-character-count") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String hyphenationRemainCharacterCount; @XmlAttribute(name = "keep-together") protected List keepTogether; @XmlAttribute(name = "keep-together.within-column") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String keepTogetherWithinColumn; @XmlAttribute(name = "keep-together.within-line") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String keepTogetherWithinLine; @XmlAttribute(name = "keep-together.within-page") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String keepTogetherWithinPage; @XmlAttribute protected LanguageType language; @XmlAttribute(name = "leader-alignment") protected LeaderAlignmentType leaderAlignment; @XmlAttribute(name = "leader-length") protected List leaderLength; @XmlAttribute(name = "leader-length.maximum") protected String leaderLengthMaximum; @XmlAttribute(name = "leader-length.minimum") protected String leaderLengthMinimum; @XmlAttribute(name = "leader-length.optimum") protected String leaderLengthOptimum; @XmlAttribute(name = "leader-pattern") protected LeaderPatternType leaderPattern; @XmlAttribute(name = "leader-pattern-width") protected String leaderPatternWidth; @XmlAttribute(name = "letter-spacing") protected String letterSpacing; @XmlAttribute(name = "line-height") protected String lineHeight; @XmlAttribute protected String orphans; @XmlAttribute protected PositionType position; @XmlAttribute(name = "provisional-distance-between-starts") protected String provisionalDistanceBetweenStarts; @XmlAttribute(name = "provisional-label-separation") protected String provisionalLabelSeparation; @XmlAttribute(name = "relative-align") protected RelativeAlignType relativeAlign; @XmlAttribute(name = "rule-style") protected RuleStyleType ruleStyle; @XmlAttribute(name = "rule-thickness") protected String ruleThickness; @XmlAttribute(name = "start-indent") protected String startIndent; @XmlAttribute(name = "text-align") protected TextAlignType textAlign; @XmlAttribute(name = "text-align-last") protected TextAlignLastType textAlignLast; @XmlAttribute(name = "text-indent") protected String textIndent; @XmlAttribute(name = "white-space-collapse") protected WhiteSpaceCollapseType whiteSpaceCollapse; @XmlAttribute protected String widows; @XmlAttribute(name = "wrap-option") protected WrapOptionType wrapOption; @XmlAttribute(name = "block-progression-dimension") protected String blockProgressionDimension; @XmlAttribute(name = "block-progression-dimension.minimum") protected String blockProgressionDimensionMinimum; @XmlAttribute(name = "block-progression-dimension.optimum") protected String blockProgressionDimensionOptimum; @XmlAttribute(name = "block-progression-dimension.maximum") protected String blockProgressionDimensionMaximum; @XmlAttribute(name = "inline-progression-dimension") protected String inlineProgressionDimension; @XmlAttribute(name = "inline-progression-dimension.minimum") protected String inlineProgressionDimensionMinimum; @XmlAttribute(name = "inline-progression-dimension.optimum") protected String inlineProgressionDimensionOptimum; @XmlAttribute(name = "inline-progression-dimension.maximum") protected String inlineProgressionDimensionMaximum; @XmlAttribute(name = "margin-top") protected String marginTop; @XmlAttribute(name = "margin-bottom") protected String marginBottom; @XmlAttribute(name = "margin-left") protected String marginLeft; @XmlAttribute(name = "margin-right") protected String marginRight; @XmlAttribute(name = "space-start") protected String spaceStart; @XmlAttribute(name = "space-start.minimum") protected String spaceStartMinimum; @XmlAttribute(name = "space-start.optimum") protected String spaceStartOptimum; @XmlAttribute(name = "space-start.maximum") protected String spaceStartMaximum; @XmlAttribute(name = "space-start.conditionality") protected ConditionalityType spaceStartConditionality; @XmlAttribute(name = "space-start.precedence") protected String spaceStartPrecedence; @XmlAttribute(name = "space-end") protected String spaceEnd; @XmlAttribute(name = "space-end.minimum") protected String spaceEndMinimum; @XmlAttribute(name = "space-end.optimum") protected String spaceEndOptimum; @XmlAttribute(name = "space-end.maximum") protected String spaceEndMaximum; @XmlAttribute(name = "space-end.conditionality") protected ConditionalityType spaceEndConditionality; @XmlAttribute(name = "space-end.precedence") protected String spaceEndPrecedence; @XmlAttribute(name = "keep-with-next") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String keepWithNext; @XmlAttribute(name = "keep-with-previous") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String keepWithPrevious; @XmlAttribute protected String clip; @XmlAttribute(name = "relative-position") protected RelativePositionType relativePosition; @XmlAttribute protected String top; @XmlAttribute protected String right; @XmlAttribute protected String bottom; @XmlAttribute protected String left; @XmlAttribute(name = "background-color") protected String backgroundColor; @XmlAttribute(name = "background-attachment") protected BackgroundAttachmentType backgroundAttachment; @XmlAttribute(name = "background-image") protected String backgroundImage; @XmlAttribute(name = "background-repeat") protected BackgroundRepeatType backgroundRepeat; @XmlAttribute(name = "background-position-horizontal") protected String backgroundPositionHorizontal; @XmlAttribute(name = "background-position-vertical") protected String backgroundPositionVertical; @XmlAttribute protected String padding; @XmlAttribute(name = "padding-before") protected String paddingBefore; @XmlAttribute(name = "padding-before.length") protected String paddingBeforeLength; @XmlAttribute(name = "padding-before.conditionality") protected ConditionalityType paddingBeforeConditionality; @XmlAttribute(name = "padding-after") protected String paddingAfter; @XmlAttribute(name = "padding-after.length") protected String paddingAfterLength; @XmlAttribute(name = "padding-after.conditionality") protected ConditionalityType paddingAfterConditionality; @XmlAttribute(name = "padding-start") protected String paddingStart; @XmlAttribute(name = "padding-start.length") protected String paddingStartLength; @XmlAttribute(name = "padding-start.conditionality") protected ConditionalityType paddingStartConditionality; @XmlAttribute(name = "padding-end") protected String paddingEnd; @XmlAttribute(name = "padding-end.length") protected String paddingEndLength; @XmlAttribute(name = "padding-end.conditionality") protected ConditionalityType paddingEndConditionality; @XmlAttribute(name = "padding-top") protected String paddingTop; @XmlAttribute(name = "padding-top.length") protected String paddingTopLength; @XmlAttribute(name = "padding-top.conditionality") protected ConditionalityType paddingTopConditionality; @XmlAttribute(name = "padding-bottom") protected String paddingBottom; @XmlAttribute(name = "padding-bottom.length") protected String paddingBottomLength; @XmlAttribute(name = "padding-bottom.conditionality") protected ConditionalityType paddingBottomConditionality; @XmlAttribute(name = "padding-left") protected String paddingLeft; @XmlAttribute(name = "padding-left.length") protected String paddingLeftLength; @XmlAttribute(name = "padding-left.conditionality") protected ConditionalityType paddingLeftConditionality; @XmlAttribute(name = "padding-right") protected String paddingRight; @XmlAttribute(name = "padding-right.length") protected String paddingRightLength; @XmlAttribute(name = "padding-right.conditionality") protected ConditionalityType paddingRightConditionality; @XmlAttribute protected String border; @XmlAttribute(name = "border-before-color") protected String borderBeforeColor; @XmlAttribute(name = "border-before-style") protected BorderStyleType borderBeforeStyle; @XmlAttribute(name = "border-before-width") protected String borderBeforeWidth; @XmlAttribute(name = "border-before-width.length") protected String borderBeforeWidthLength; @XmlAttribute(name = "border-before-width.conditionality") protected ConditionalityType borderBeforeWidthConditionality; @XmlAttribute(name = "border-after-color") protected String borderAfterColor; @XmlAttribute(name = "border-after-style") protected BorderStyleType borderAfterStyle; @XmlAttribute(name = "border-after-width") protected String borderAfterWidth; @XmlAttribute(name = "border-after-width.length") protected String borderAfterWidthLength; @XmlAttribute(name = "border-after-width.conditionality") protected ConditionalityType borderAfterWidthConditionality; @XmlAttribute(name = "border-start-color") protected String borderStartColor; @XmlAttribute(name = "border-start-style") protected BorderStyleType borderStartStyle; @XmlAttribute(name = "border-start-width") protected String borderStartWidth; @XmlAttribute(name = "border-start-width.length") protected String borderStartWidthLength; @XmlAttribute(name = "border-start-width.conditionality") protected ConditionalityType borderStartWidthConditionality; @XmlAttribute(name = "border-end-color") protected String borderEndColor; @XmlAttribute(name = "border-end-style") protected BorderStyleType borderEndStyle; @XmlAttribute(name = "border-end-width") protected String borderEndWidth; @XmlAttribute(name = "border-end-width.length") protected String borderEndWidthLength; @XmlAttribute(name = "border-end-width.conditionality") protected ConditionalityType borderEndWidthConditionality; @XmlAttribute(name = "border-top-color") protected String borderTopColor; @XmlAttribute(name = "border-top-style") protected BorderStyleType borderTopStyle; @XmlAttribute(name = "border-top-width") protected String borderTopWidth; @XmlAttribute(name = "border-top-width.length") protected String borderTopWidthLength; @XmlAttribute(name = "border-top-width.conditionality") protected ConditionalityType borderTopWidthConditionality; @XmlAttribute(name = "border-bottom-color") protected String borderBottomColor; @XmlAttribute(name = "border-bottom-style") protected BorderStyleType borderBottomStyle; @XmlAttribute(name = "border-bottom-width") protected String borderBottomWidth; @XmlAttribute(name = "border-bottom-width.length") protected String borderBottomWidthLength; @XmlAttribute(name = "border-bottom-width.conditionality") protected ConditionalityType borderBottomWidthConditionality; @XmlAttribute(name = "border-left-color") protected String borderLeftColor; @XmlAttribute(name = "border-left-style") protected BorderStyleType borderLeftStyle; @XmlAttribute(name = "border-left-width") protected String borderLeftWidth; @XmlAttribute(name = "border-left-width.length") protected String borderLeftWidthLength; @XmlAttribute(name = "border-left-width.conditionality") protected ConditionalityType borderLeftWidthConditionality; @XmlAttribute(name = "border-right-color") protected String borderRightColor; @XmlAttribute(name = "border-right-style") protected BorderStyleType borderRightStyle; @XmlAttribute(name = "border-right-width") protected String borderRightWidth; @XmlAttribute(name = "border-right-width.length") protected String borderRightWidthLength; @XmlAttribute(name = "border-right-width.conditionality") protected ConditionalityType borderRightWidthConditionality; /** * Gets the value of the markerOrBlockOrBlockContainer 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 markerOrBlockOrBlockContainer property. * *

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

     *    getMarkerOrBlockOrBlockContainer().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Wrapper } * {@link TableAndCaption } * {@link ListBlock } * {@link Table } * {@link Block } * {@link Float } * {@link MultiProperties } * {@link Footnote } * {@link RetrieveMarker } * {@link Marker } * {@link MultiSwitch } * {@link BlockContainer } * * */ public List getMarkerOrBlockOrBlockContainer() { if (markerOrBlockOrBlockContainer == null) { markerOrBlockOrBlockContainer = new ArrayList(); } return this.markerOrBlockOrBlockContainer; } /** * Gets the value of the alignmentAdjust property. * * @return * possible object is * {@link String } * */ public String getAlignmentAdjust() { return alignmentAdjust; } /** * Sets the value of the alignmentAdjust property. * * @param value * allowed object is * {@link String } * */ public void setAlignmentAdjust(String value) { this.alignmentAdjust = value; } /** * Gets the value of the alignmentBaseline property. * * @return * possible object is * {@link String } * */ public String getAlignmentBaseline() { return alignmentBaseline; } /** * Sets the value of the alignmentBaseline property. * * @param value * allowed object is * {@link String } * */ public void setAlignmentBaseline(String value) { this.alignmentBaseline = value; } /** * Gets the value of the baselineShift property. * * @return * possible object is * {@link String } * */ public String getBaselineShift() { return baselineShift; } /** * Sets the value of the baselineShift property. * * @param value * allowed object is * {@link String } * */ public void setBaselineShift(String value) { this.baselineShift = value; } /** * Gets the value of the dominantBaseline property. * * @return * possible object is * {@link DominantBaselineType } * */ public DominantBaselineType getDominantBaseline() { return dominantBaseline; } /** * Sets the value of the dominantBaseline property. * * @param value * allowed object is * {@link DominantBaselineType } * */ public void setDominantBaseline(DominantBaselineType value) { this.dominantBaseline = value; } /** * Gets the value of the height property. * * @return * possible object is * {@link String } * */ public String getHeight() { return height; } /** * Sets the value of the height property. * * @param value * allowed object is * {@link String } * */ public void setHeight(String value) { this.height = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the overflow property. * * @return * possible object is * {@link OverflowType } * */ public OverflowType getOverflow() { return overflow; } /** * Sets the value of the overflow property. * * @param value * allowed object is * {@link OverflowType } * */ public void setOverflow(OverflowType value) { this.overflow = value; } /** * Gets the value of the width property. * * @return * possible object is * {@link String } * */ public String getWidth() { return width; } /** * Sets the value of the width property. * * @param value * allowed object is * {@link String } * */ public void setWidth(String value) { this.width = value; } /** * Gets the value of the verticalAlign property. * * @return * possible object is * {@link String } * */ public String getVerticalAlign() { return verticalAlign; } /** * Sets the value of the verticalAlign property. * * @param value * allowed object is * {@link String } * */ public void setVerticalAlign(String value) { this.verticalAlign = value; } /** * Gets the value of the autoRestore property. * * @return * possible object is * {@link AutoRestoreType } * */ public AutoRestoreType getAutoRestore() { return autoRestore; } /** * Sets the value of the autoRestore property. * * @param value * allowed object is * {@link AutoRestoreType } * */ public void setAutoRestore(AutoRestoreType value) { this.autoRestore = value; } /** * 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 * {@link String } * * */ public List getBackground() { if (background == null) { background = new ArrayList(); } return this.background; } /** * Gets the value of the borderSpacing property. * * @return * possible object is * {@link String } * */ public String getBorderSpacing() { return borderSpacing; } /** * Sets the value of the borderSpacing property. * * @param value * allowed object is * {@link String } * */ public void setBorderSpacing(String value) { this.borderSpacing = value; } /** * Gets the value of the captionSide property. * * @return * possible object is * {@link CaptionSideType } * */ public CaptionSideType getCaptionSide() { return captionSide; } /** * Sets the value of the captionSide property. * * @param value * allowed object is * {@link CaptionSideType } * */ public void setCaptionSide(CaptionSideType value) { this.captionSide = value; } /** * Gets the value of the direction property. * * @return * possible object is * {@link DirectionType } * */ public DirectionType getDirection() { return direction; } /** * Sets the value of the direction property. * * @param value * allowed object is * {@link DirectionType } * */ public void setDirection(DirectionType value) { this.direction = value; } /** * Gets the value of the emptyCells property. * * @return * possible object is * {@link EmptyCellsType } * */ public EmptyCellsType getEmptyCells() { return emptyCells; } /** * Sets the value of the emptyCells property. * * @param value * allowed object is * {@link EmptyCellsType } * */ public void setEmptyCells(EmptyCellsType value) { this.emptyCells = value; } /** * Gets the value of the font property. * * @return * possible object is * {@link String } * */ public String getFont() { return font; } /** * Sets the value of the font property. * * @param value * allowed object is * {@link String } * */ public void setFont(String value) { this.font = value; } /** * Gets the value of the fontSelectionStrategy property. * * @return * possible object is * {@link FontSelectionStrategyType } * */ public FontSelectionStrategyType getFontSelectionStrategy() { return fontSelectionStrategy; } /** * Sets the value of the fontSelectionStrategy property. * * @param value * allowed object is * {@link FontSelectionStrategyType } * */ public void setFontSelectionStrategy(FontSelectionStrategyType value) { this.fontSelectionStrategy = value; } /** * Gets the value of the fontSizeAdjust property. * * @return * possible object is * {@link String } * */ public String getFontSizeAdjust() { return fontSizeAdjust; } /** * Sets the value of the fontSizeAdjust property. * * @param value * allowed object is * {@link String } * */ public void setFontSizeAdjust(String value) { this.fontSizeAdjust = value; } /** * Gets the value of the fontStretch property. * * @return * possible object is * {@link String } * */ public String getFontStretch() { return fontStretch; } /** * Sets the value of the fontStretch property. * * @param value * allowed object is * {@link String } * */ public void setFontStretch(String value) { this.fontStretch = value; } /** * Gets the value of the fontVariant property. * * @return * possible object is * {@link FontVariantType } * */ public FontVariantType getFontVariant() { return fontVariant; } /** * Sets the value of the fontVariant property. * * @param value * allowed object is * {@link FontVariantType } * */ public void setFontVariant(FontVariantType value) { this.fontVariant = value; } /** * Gets the value of the glyphOrientationVertical property. * * @return * possible object is * {@link String } * */ public String getGlyphOrientationVertical() { return glyphOrientationVertical; } /** * Sets the value of the glyphOrientationVertical property. * * @param value * allowed object is * {@link String } * */ public void setGlyphOrientationVertical(String value) { this.glyphOrientationVertical = value; } /** * Gets the value of the glyphOrientationHorizontal property. * * @return * possible object is * {@link String } * */ public String getGlyphOrientationHorizontal() { return glyphOrientationHorizontal; } /** * Sets the value of the glyphOrientationHorizontal property. * * @param value * allowed object is * {@link String } * */ public void setGlyphOrientationHorizontal(String value) { this.glyphOrientationHorizontal = value; } /** * Gets the value of the hyphenationKeep property. * * @return * possible object is * {@link HyphenationKeepType } * */ public HyphenationKeepType getHyphenationKeep() { return hyphenationKeep; } /** * Sets the value of the hyphenationKeep property. * * @param value * allowed object is * {@link HyphenationKeepType } * */ public void setHyphenationKeep(HyphenationKeepType value) { this.hyphenationKeep = value; } /** * Gets the value of the hyphenationLadderCount property. * * @return * possible object is * {@link String } * */ public String getHyphenationLadderCount() { return hyphenationLadderCount; } /** * Sets the value of the hyphenationLadderCount property. * * @param value * allowed object is * {@link String } * */ public void setHyphenationLadderCount(String value) { this.hyphenationLadderCount = value; } /** * Gets the value of the intrusionDisplace property. * * @return * possible object is * {@link DisplaceType } * */ public DisplaceType getIntrusionDisplace() { return intrusionDisplace; } /** * Sets the value of the intrusionDisplace property. * * @param value * allowed object is * {@link DisplaceType } * */ public void setIntrusionDisplace(DisplaceType value) { this.intrusionDisplace = value; } /** * Gets the value of the lastLineEndIndent property. * * @return * possible object is * {@link String } * */ public String getLastLineEndIndent() { return lastLineEndIndent; } /** * Sets the value of the lastLineEndIndent property. * * @param value * allowed object is * {@link String } * */ public void setLastLineEndIndent(String value) { this.lastLineEndIndent = value; } /** * Gets the value of the lineHeightShiftAdjustment property. * * @return * possible object is * {@link LineHeightShiftAdjustmentType } * */ public LineHeightShiftAdjustmentType getLineHeightShiftAdjustment() { return lineHeightShiftAdjustment; } /** * Sets the value of the lineHeightShiftAdjustment property. * * @param value * allowed object is * {@link LineHeightShiftAdjustmentType } * */ public void setLineHeightShiftAdjustment(LineHeightShiftAdjustmentType value) { this.lineHeightShiftAdjustment = value; } /** * Gets the value of the lineStackingStrategy property. * * @return * possible object is * {@link LineStackingStrategyType } * */ public LineStackingStrategyType getLineStackingStrategy() { return lineStackingStrategy; } /** * Sets the value of the lineStackingStrategy property. * * @param value * allowed object is * {@link LineStackingStrategyType } * */ public void setLineStackingStrategy(LineStackingStrategyType value) { this.lineStackingStrategy = value; } /** * Gets the value of the linefeedTreatment property. * * @return * possible object is * {@link LinefeedTreatmentType } * */ public LinefeedTreatmentType getLinefeedTreatment() { return linefeedTreatment; } /** * Sets the value of the linefeedTreatment property. * * @param value * allowed object is * {@link LinefeedTreatmentType } * */ public void setLinefeedTreatment(LinefeedTreatmentType value) { this.linefeedTreatment = value; } /** * 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 * {@link String } * * */ public List getMargin() { if (margin == null) { margin = new ArrayList(); } return this.margin; } /** * Gets the value of the maxWidth property. * * @return * possible object is * {@link String } * */ public String getMaxWidth() { return maxWidth; } /** * Sets the value of the maxWidth property. * * @param value * allowed object is * {@link String } * */ public void setMaxWidth(String value) { this.maxWidth = value; } /** * Gets the value of the minHeight property. * * @return * possible object is * {@link String } * */ public String getMinHeight() { return minHeight; } /** * Sets the value of the minHeight property. * * @param value * allowed object is * {@link String } * */ public void setMinHeight(String value) { this.minHeight = value; } /** * Gets the value of the minWidth property. * * @return * possible object is * {@link String } * */ public String getMinWidth() { return minWidth; } /** * Sets the value of the minWidth property. * * @param value * allowed object is * {@link String } * */ public void setMinWidth(String value) { this.minWidth = value; } /** * Gets the value of the pageBreakInside property. * * @return * possible object is * {@link PageBreakInsideType } * */ public PageBreakInsideType getPageBreakInside() { return pageBreakInside; } /** * Sets the value of the pageBreakInside property. * * @param value * allowed object is * {@link PageBreakInsideType } * */ public void setPageBreakInside(PageBreakInsideType value) { this.pageBreakInside = value; } /** * Gets the value of the referenceOrientation property. * * @return * possible object is * {@link String } * */ public String getReferenceOrientation() { return referenceOrientation; } /** * Sets the value of the referenceOrientation property. * * @param value * allowed object is * {@link String } * */ public void setReferenceOrientation(String value) { this.referenceOrientation = value; } /** * Gets the value of the scoreSpaces property. * * @return * possible object is * {@link ScoreSpacesType } * */ public ScoreSpacesType getScoreSpaces() { return scoreSpaces; } /** * Sets the value of the scoreSpaces property. * * @param value * allowed object is * {@link ScoreSpacesType } * */ public void setScoreSpaces(ScoreSpacesType value) { this.scoreSpaces = value; } /** * Gets the value of the script property. * * @return * possible object is * {@link String } * */ public String getScript() { return script; } /** * Sets the value of the script property. * * @param value * allowed object is * {@link String } * */ public void setScript(String value) { this.script = value; } /** * Gets the value of the textTransform property. * * @return * possible object is * {@link TextTransformType } * */ public TextTransformType getTextTransform() { return textTransform; } /** * Sets the value of the textTransform property. * * @param value * allowed object is * {@link TextTransformType } * */ public void setTextTransform(TextTransformType value) { this.textTransform = value; } /** * Gets the value of the visibility property. * * @return * possible object is * {@link VisibilityType } * */ public VisibilityType getVisibility() { return visibility; } /** * Sets the value of the visibility property. * * @param value * allowed object is * {@link VisibilityType } * */ public void setVisibility(VisibilityType value) { this.visibility = value; } /** * Gets the value of the whiteSpace property. * * @return * possible object is * {@link WhiteSpaceType } * */ public WhiteSpaceType getWhiteSpace() { return whiteSpace; } /** * Sets the value of the whiteSpace property. * * @param value * allowed object is * {@link WhiteSpaceType } * */ public void setWhiteSpace(WhiteSpaceType value) { this.whiteSpace = value; } /** * Gets the value of the whiteSpaceTreatment property. * * @return * possible object is * {@link WhiteSpaceTreatmentType } * */ public WhiteSpaceTreatmentType getWhiteSpaceTreatment() { return whiteSpaceTreatment; } /** * Sets the value of the whiteSpaceTreatment property. * * @param value * allowed object is * {@link WhiteSpaceTreatmentType } * */ public void setWhiteSpaceTreatment(WhiteSpaceTreatmentType value) { this.whiteSpaceTreatment = value; } /** * Gets the value of the wordSpacing property. * * @return * possible object is * {@link String } * */ public String getWordSpacing() { return wordSpacing; } /** * Sets the value of the wordSpacing property. * * @param value * allowed object is * {@link String } * */ public void setWordSpacing(String value) { this.wordSpacing = value; } /** * Gets the value of the writingMode property. * * @return * possible object is * {@link WritingModeType } * */ public WritingModeType getWritingMode() { return writingMode; } /** * Sets the value of the writingMode property. * * @param value * allowed object is * {@link WritingModeType } * */ public void setWritingMode(WritingModeType value) { this.writingMode = value; } /** * Gets the value of the borderBottom property. * * @return * possible object is * {@link String } * */ public String getBorderBottom() { return borderBottom; } /** * Sets the value of the borderBottom property. * * @param value * allowed object is * {@link String } * */ public void setBorderBottom(String value) { this.borderBottom = value; } /** * Gets the value of the borderCollapse property. * * @return * possible object is * {@link BorderCollapseType } * */ public BorderCollapseType getBorderCollapse() { return borderCollapse; } /** * Sets the value of the borderCollapse property. * * @param value * allowed object is * {@link BorderCollapseType } * */ public void setBorderCollapse(BorderCollapseType value) { this.borderCollapse = value; } /** * 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 * {@link String } * * */ public List getBorderColor() { if (borderColor == null) { borderColor = new ArrayList(); } return this.borderColor; } /** * Gets the value of the borderLeft property. * * @return * possible object is * {@link String } * */ public String getBorderLeft() { return borderLeft; } /** * Sets the value of the borderLeft property. * * @param value * allowed object is * {@link String } * */ public void setBorderLeft(String value) { this.borderLeft = value; } /** * Gets the value of the borderRight property. * * @return * possible object is * {@link String } * */ public String getBorderRight() { return borderRight; } /** * Sets the value of the borderRight property. * * @param value * allowed object is * {@link String } * */ public void setBorderRight(String value) { this.borderRight = value; } /** * 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 * {@link String } * * */ public List getBorderSeparation() { if (borderSeparation == null) { borderSeparation = new ArrayList(); } return this.borderSeparation; } /** * 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 * {@link BorderStyleType } * * */ public List getBorderStyle() { if (borderStyle == null) { borderStyle = new ArrayList(); } return this.borderStyle; } /** * Gets the value of the borderTop property. * * @return * possible object is * {@link String } * */ public String getBorderTop() { return borderTop; } /** * Sets the value of the borderTop property. * * @param value * allowed object is * {@link String } * */ public void setBorderTop(String value) { this.borderTop = value; } /** * 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 * {@link String } * * */ public List getBorderWidth() { if (borderWidth == null) { borderWidth = new ArrayList(); } return this.borderWidth; } /** * Gets the value of the color property. * * @return * possible object is * {@link String } * */ public String getColor() { return color; } /** * Sets the value of the color property. * * @param value * allowed object is * {@link String } * */ public void setColor(String value) { this.color = value; } /** * Gets the value of the country property. * * @return * possible object is * {@link CountryType } * */ public CountryType getCountry() { return country; } /** * Sets the value of the country property. * * @param value * allowed object is * {@link CountryType } * */ public void setCountry(CountryType value) { this.country = value; } /** * Gets the value of the displayAlign property. * * @return * possible object is * {@link DisplayAlignType } * */ public DisplayAlignType getDisplayAlign() { return displayAlign; } /** * Sets the value of the displayAlign property. * * @param value * allowed object is * {@link DisplayAlignType } * */ public void setDisplayAlign(DisplayAlignType value) { this.displayAlign = value; } /** * Gets the value of the endIndent property. * * @return * possible object is * {@link String } * */ public String getEndIndent() { return endIndent; } /** * Sets the value of the endIndent property. * * @param value * allowed object is * {@link String } * */ public void setEndIndent(String value) { this.endIndent = value; } /** * Gets the value of the fontFamily property. * * @return * possible object is * {@link String } * */ public String getFontFamily() { return fontFamily; } /** * Sets the value of the fontFamily property. * * @param value * allowed object is * {@link String } * */ public void setFontFamily(String value) { this.fontFamily = value; } /** * Gets the value of the fontSize property. * * @return * possible object is * {@link String } * */ public String getFontSize() { return fontSize; } /** * Sets the value of the fontSize property. * * @param value * allowed object is * {@link String } * */ public void setFontSize(String value) { this.fontSize = value; } /** * Gets the value of the fontStyle property. * * @return * possible object is * {@link FontStyleType } * */ public FontStyleType getFontStyle() { return fontStyle; } /** * Sets the value of the fontStyle property. * * @param value * allowed object is * {@link FontStyleType } * */ public void setFontStyle(FontStyleType value) { this.fontStyle = value; } /** * Gets the value of the fontWeight property. * * @return * possible object is * {@link String } * */ public String getFontWeight() { return fontWeight; } /** * Sets the value of the fontWeight property. * * @param value * allowed object is * {@link String } * */ public void setFontWeight(String value) { this.fontWeight = value; } /** * Gets the value of the hyphenate property. * * @return * possible object is * {@link HyphenateType } * */ public HyphenateType getHyphenate() { return hyphenate; } /** * Sets the value of the hyphenate property. * * @param value * allowed object is * {@link HyphenateType } * */ public void setHyphenate(HyphenateType value) { this.hyphenate = value; } /** * Gets the value of the hyphenationCharacter property. * * @return * possible object is * {@link String } * */ public String getHyphenationCharacter() { return hyphenationCharacter; } /** * Sets the value of the hyphenationCharacter property. * * @param value * allowed object is * {@link String } * */ public void setHyphenationCharacter(String value) { this.hyphenationCharacter = value; } /** * Gets the value of the hyphenationPushCharacterCount property. * * @return * possible object is * {@link String } * */ public String getHyphenationPushCharacterCount() { return hyphenationPushCharacterCount; } /** * Sets the value of the hyphenationPushCharacterCount property. * * @param value * allowed object is * {@link String } * */ public void setHyphenationPushCharacterCount(String value) { this.hyphenationPushCharacterCount = value; } /** * Gets the value of the hyphenationRemainCharacterCount property. * * @return * possible object is * {@link String } * */ public String getHyphenationRemainCharacterCount() { return hyphenationRemainCharacterCount; } /** * Sets the value of the hyphenationRemainCharacterCount property. * * @param value * allowed object is * {@link String } * */ public void setHyphenationRemainCharacterCount(String value) { this.hyphenationRemainCharacterCount = value; } /** * 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 * {@link String } * * */ public List getKeepTogether() { if (keepTogether == null) { keepTogether = new ArrayList(); } return this.keepTogether; } /** * Gets the value of the keepTogetherWithinColumn property. * * @return * possible object is * {@link String } * */ public String getKeepTogetherWithinColumn() { return keepTogetherWithinColumn; } /** * Sets the value of the keepTogetherWithinColumn property. * * @param value * allowed object is * {@link String } * */ public void setKeepTogetherWithinColumn(String value) { this.keepTogetherWithinColumn = value; } /** * Gets the value of the keepTogetherWithinLine property. * * @return * possible object is * {@link String } * */ public String getKeepTogetherWithinLine() { return keepTogetherWithinLine; } /** * Sets the value of the keepTogetherWithinLine property. * * @param value * allowed object is * {@link String } * */ public void setKeepTogetherWithinLine(String value) { this.keepTogetherWithinLine = value; } /** * Gets the value of the keepTogetherWithinPage property. * * @return * possible object is * {@link String } * */ public String getKeepTogetherWithinPage() { return keepTogetherWithinPage; } /** * Sets the value of the keepTogetherWithinPage property. * * @param value * allowed object is * {@link String } * */ public void setKeepTogetherWithinPage(String value) { this.keepTogetherWithinPage = value; } /** * Gets the value of the language property. * * @return * possible object is * {@link LanguageType } * */ public LanguageType getLanguage() { return language; } /** * Sets the value of the language property. * * @param value * allowed object is * {@link LanguageType } * */ public void setLanguage(LanguageType value) { this.language = value; } /** * Gets the value of the leaderAlignment property. * * @return * possible object is * {@link LeaderAlignmentType } * */ public LeaderAlignmentType getLeaderAlignment() { return leaderAlignment; } /** * Sets the value of the leaderAlignment property. * * @param value * allowed object is * {@link LeaderAlignmentType } * */ public void setLeaderAlignment(LeaderAlignmentType value) { this.leaderAlignment = value; } /** * 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 * {@link String } * * */ public List getLeaderLength() { if (leaderLength == null) { leaderLength = new ArrayList(); } return this.leaderLength; } /** * Gets the value of the leaderLengthMaximum property. * * @return * possible object is * {@link String } * */ public String getLeaderLengthMaximum() { return leaderLengthMaximum; } /** * Sets the value of the leaderLengthMaximum property. * * @param value * allowed object is * {@link String } * */ public void setLeaderLengthMaximum(String value) { this.leaderLengthMaximum = value; } /** * Gets the value of the leaderLengthMinimum property. * * @return * possible object is * {@link String } * */ public String getLeaderLengthMinimum() { return leaderLengthMinimum; } /** * Sets the value of the leaderLengthMinimum property. * * @param value * allowed object is * {@link String } * */ public void setLeaderLengthMinimum(String value) { this.leaderLengthMinimum = value; } /** * Gets the value of the leaderLengthOptimum property. * * @return * possible object is * {@link String } * */ public String getLeaderLengthOptimum() { return leaderLengthOptimum; } /** * Sets the value of the leaderLengthOptimum property. * * @param value * allowed object is * {@link String } * */ public void setLeaderLengthOptimum(String value) { this.leaderLengthOptimum = value; } /** * Gets the value of the leaderPattern property. * * @return * possible object is * {@link LeaderPatternType } * */ public LeaderPatternType getLeaderPattern() { return leaderPattern; } /** * Sets the value of the leaderPattern property. * * @param value * allowed object is * {@link LeaderPatternType } * */ public void setLeaderPattern(LeaderPatternType value) { this.leaderPattern = value; } /** * Gets the value of the leaderPatternWidth property. * * @return * possible object is * {@link String } * */ public String getLeaderPatternWidth() { return leaderPatternWidth; } /** * Sets the value of the leaderPatternWidth property. * * @param value * allowed object is * {@link String } * */ public void setLeaderPatternWidth(String value) { this.leaderPatternWidth = value; } /** * Gets the value of the letterSpacing property. * * @return * possible object is * {@link String } * */ public String getLetterSpacing() { return letterSpacing; } /** * Sets the value of the letterSpacing property. * * @param value * allowed object is * {@link String } * */ public void setLetterSpacing(String value) { this.letterSpacing = value; } /** * Gets the value of the lineHeight property. * * @return * possible object is * {@link String } * */ public String getLineHeight() { return lineHeight; } /** * Sets the value of the lineHeight property. * * @param value * allowed object is * {@link String } * */ public void setLineHeight(String value) { this.lineHeight = value; } /** * Gets the value of the orphans property. * * @return * possible object is * {@link String } * */ public String getOrphans() { return orphans; } /** * Sets the value of the orphans property. * * @param value * allowed object is * {@link String } * */ public void setOrphans(String value) { this.orphans = value; } /** * Gets the value of the position property. * * @return * possible object is * {@link PositionType } * */ public PositionType getPosition() { return position; } /** * Sets the value of the position property. * * @param value * allowed object is * {@link PositionType } * */ public void setPosition(PositionType value) { this.position = value; } /** * Gets the value of the provisionalDistanceBetweenStarts property. * * @return * possible object is * {@link String } * */ public String getProvisionalDistanceBetweenStarts() { return provisionalDistanceBetweenStarts; } /** * Sets the value of the provisionalDistanceBetweenStarts property. * * @param value * allowed object is * {@link String } * */ public void setProvisionalDistanceBetweenStarts(String value) { this.provisionalDistanceBetweenStarts = value; } /** * Gets the value of the provisionalLabelSeparation property. * * @return * possible object is * {@link String } * */ public String getProvisionalLabelSeparation() { return provisionalLabelSeparation; } /** * Sets the value of the provisionalLabelSeparation property. * * @param value * allowed object is * {@link String } * */ public void setProvisionalLabelSeparation(String value) { this.provisionalLabelSeparation = value; } /** * Gets the value of the relativeAlign property. * * @return * possible object is * {@link RelativeAlignType } * */ public RelativeAlignType getRelativeAlign() { return relativeAlign; } /** * Sets the value of the relativeAlign property. * * @param value * allowed object is * {@link RelativeAlignType } * */ public void setRelativeAlign(RelativeAlignType value) { this.relativeAlign = value; } /** * Gets the value of the ruleStyle property. * * @return * possible object is * {@link RuleStyleType } * */ public RuleStyleType getRuleStyle() { return ruleStyle; } /** * Sets the value of the ruleStyle property. * * @param value * allowed object is * {@link RuleStyleType } * */ public void setRuleStyle(RuleStyleType value) { this.ruleStyle = value; } /** * Gets the value of the ruleThickness property. * * @return * possible object is * {@link String } * */ public String getRuleThickness() { return ruleThickness; } /** * Sets the value of the ruleThickness property. * * @param value * allowed object is * {@link String } * */ public void setRuleThickness(String value) { this.ruleThickness = value; } /** * Gets the value of the startIndent property. * * @return * possible object is * {@link String } * */ public String getStartIndent() { return startIndent; } /** * Sets the value of the startIndent property. * * @param value * allowed object is * {@link String } * */ public void setStartIndent(String value) { this.startIndent = value; } /** * Gets the value of the textAlign property. * * @return * possible object is * {@link TextAlignType } * */ public TextAlignType getTextAlign() { return textAlign; } /** * Sets the value of the textAlign property. * * @param value * allowed object is * {@link TextAlignType } * */ public void setTextAlign(TextAlignType value) { this.textAlign = value; } /** * Gets the value of the textAlignLast property. * * @return * possible object is * {@link TextAlignLastType } * */ public TextAlignLastType getTextAlignLast() { return textAlignLast; } /** * Sets the value of the textAlignLast property. * * @param value * allowed object is * {@link TextAlignLastType } * */ public void setTextAlignLast(TextAlignLastType value) { this.textAlignLast = value; } /** * Gets the value of the textIndent property. * * @return * possible object is * {@link String } * */ public String getTextIndent() { return textIndent; } /** * Sets the value of the textIndent property. * * @param value * allowed object is * {@link String } * */ public void setTextIndent(String value) { this.textIndent = value; } /** * Gets the value of the whiteSpaceCollapse property. * * @return * possible object is * {@link WhiteSpaceCollapseType } * */ public WhiteSpaceCollapseType getWhiteSpaceCollapse() { return whiteSpaceCollapse; } /** * Sets the value of the whiteSpaceCollapse property. * * @param value * allowed object is * {@link WhiteSpaceCollapseType } * */ public void setWhiteSpaceCollapse(WhiteSpaceCollapseType value) { this.whiteSpaceCollapse = value; } /** * Gets the value of the widows property. * * @return * possible object is * {@link String } * */ public String getWidows() { return widows; } /** * Sets the value of the widows property. * * @param value * allowed object is * {@link String } * */ public void setWidows(String value) { this.widows = value; } /** * Gets the value of the wrapOption property. * * @return * possible object is * {@link WrapOptionType } * */ public WrapOptionType getWrapOption() { return wrapOption; } /** * Sets the value of the wrapOption property. * * @param value * allowed object is * {@link WrapOptionType } * */ public void setWrapOption(WrapOptionType value) { this.wrapOption = value; } /** * Gets the value of the blockProgressionDimension property. * * @return * possible object is * {@link String } * */ public String getBlockProgressionDimension() { return blockProgressionDimension; } /** * Sets the value of the blockProgressionDimension property. * * @param value * allowed object is * {@link String } * */ public void setBlockProgressionDimension(String value) { this.blockProgressionDimension = value; } /** * Gets the value of the blockProgressionDimensionMinimum property. * * @return * possible object is * {@link String } * */ public String getBlockProgressionDimensionMinimum() { return blockProgressionDimensionMinimum; } /** * Sets the value of the blockProgressionDimensionMinimum property. * * @param value * allowed object is * {@link String } * */ public void setBlockProgressionDimensionMinimum(String value) { this.blockProgressionDimensionMinimum = value; } /** * Gets the value of the blockProgressionDimensionOptimum property. * * @return * possible object is * {@link String } * */ public String getBlockProgressionDimensionOptimum() { return blockProgressionDimensionOptimum; } /** * Sets the value of the blockProgressionDimensionOptimum property. * * @param value * allowed object is * {@link String } * */ public void setBlockProgressionDimensionOptimum(String value) { this.blockProgressionDimensionOptimum = value; } /** * Gets the value of the blockProgressionDimensionMaximum property. * * @return * possible object is * {@link String } * */ public String getBlockProgressionDimensionMaximum() { return blockProgressionDimensionMaximum; } /** * Sets the value of the blockProgressionDimensionMaximum property. * * @param value * allowed object is * {@link String } * */ public void setBlockProgressionDimensionMaximum(String value) { this.blockProgressionDimensionMaximum = value; } /** * Gets the value of the inlineProgressionDimension property. * * @return * possible object is * {@link String } * */ public String getInlineProgressionDimension() { return inlineProgressionDimension; } /** * Sets the value of the inlineProgressionDimension property. * * @param value * allowed object is * {@link String } * */ public void setInlineProgressionDimension(String value) { this.inlineProgressionDimension = value; } /** * Gets the value of the inlineProgressionDimensionMinimum property. * * @return * possible object is * {@link String } * */ public String getInlineProgressionDimensionMinimum() { return inlineProgressionDimensionMinimum; } /** * Sets the value of the inlineProgressionDimensionMinimum property. * * @param value * allowed object is * {@link String } * */ public void setInlineProgressionDimensionMinimum(String value) { this.inlineProgressionDimensionMinimum = value; } /** * Gets the value of the inlineProgressionDimensionOptimum property. * * @return * possible object is * {@link String } * */ public String getInlineProgressionDimensionOptimum() { return inlineProgressionDimensionOptimum; } /** * Sets the value of the inlineProgressionDimensionOptimum property. * * @param value * allowed object is * {@link String } * */ public void setInlineProgressionDimensionOptimum(String value) { this.inlineProgressionDimensionOptimum = value; } /** * Gets the value of the inlineProgressionDimensionMaximum property. * * @return * possible object is * {@link String } * */ public String getInlineProgressionDimensionMaximum() { return inlineProgressionDimensionMaximum; } /** * Sets the value of the inlineProgressionDimensionMaximum property. * * @param value * allowed object is * {@link String } * */ public void setInlineProgressionDimensionMaximum(String value) { this.inlineProgressionDimensionMaximum = value; } /** * Gets the value of the marginTop property. * * @return * possible object is * {@link String } * */ public String getMarginTop() { return marginTop; } /** * Sets the value of the marginTop property. * * @param value * allowed object is * {@link String } * */ public void setMarginTop(String value) { this.marginTop = value; } /** * Gets the value of the marginBottom property. * * @return * possible object is * {@link String } * */ public String getMarginBottom() { return marginBottom; } /** * Sets the value of the marginBottom property. * * @param value * allowed object is * {@link String } * */ public void setMarginBottom(String value) { this.marginBottom = value; } /** * Gets the value of the marginLeft property. * * @return * possible object is * {@link String } * */ public String getMarginLeft() { return marginLeft; } /** * Sets the value of the marginLeft property. * * @param value * allowed object is * {@link String } * */ public void setMarginLeft(String value) { this.marginLeft = value; } /** * Gets the value of the marginRight property. * * @return * possible object is * {@link String } * */ public String getMarginRight() { return marginRight; } /** * Sets the value of the marginRight property. * * @param value * allowed object is * {@link String } * */ public void setMarginRight(String value) { this.marginRight = value; } /** * Gets the value of the spaceStart property. * * @return * possible object is * {@link String } * */ public String getSpaceStart() { return spaceStart; } /** * Sets the value of the spaceStart property. * * @param value * allowed object is * {@link String } * */ public void setSpaceStart(String value) { this.spaceStart = value; } /** * Gets the value of the spaceStartMinimum property. * * @return * possible object is * {@link String } * */ public String getSpaceStartMinimum() { return spaceStartMinimum; } /** * Sets the value of the spaceStartMinimum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceStartMinimum(String value) { this.spaceStartMinimum = value; } /** * Gets the value of the spaceStartOptimum property. * * @return * possible object is * {@link String } * */ public String getSpaceStartOptimum() { return spaceStartOptimum; } /** * Sets the value of the spaceStartOptimum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceStartOptimum(String value) { this.spaceStartOptimum = value; } /** * Gets the value of the spaceStartMaximum property. * * @return * possible object is * {@link String } * */ public String getSpaceStartMaximum() { return spaceStartMaximum; } /** * Sets the value of the spaceStartMaximum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceStartMaximum(String value) { this.spaceStartMaximum = value; } /** * Gets the value of the spaceStartConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getSpaceStartConditionality() { return spaceStartConditionality; } /** * Sets the value of the spaceStartConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setSpaceStartConditionality(ConditionalityType value) { this.spaceStartConditionality = value; } /** * Gets the value of the spaceStartPrecedence property. * * @return * possible object is * {@link String } * */ public String getSpaceStartPrecedence() { return spaceStartPrecedence; } /** * Sets the value of the spaceStartPrecedence property. * * @param value * allowed object is * {@link String } * */ public void setSpaceStartPrecedence(String value) { this.spaceStartPrecedence = value; } /** * Gets the value of the spaceEnd property. * * @return * possible object is * {@link String } * */ public String getSpaceEnd() { return spaceEnd; } /** * Sets the value of the spaceEnd property. * * @param value * allowed object is * {@link String } * */ public void setSpaceEnd(String value) { this.spaceEnd = value; } /** * Gets the value of the spaceEndMinimum property. * * @return * possible object is * {@link String } * */ public String getSpaceEndMinimum() { return spaceEndMinimum; } /** * Sets the value of the spaceEndMinimum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceEndMinimum(String value) { this.spaceEndMinimum = value; } /** * Gets the value of the spaceEndOptimum property. * * @return * possible object is * {@link String } * */ public String getSpaceEndOptimum() { return spaceEndOptimum; } /** * Sets the value of the spaceEndOptimum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceEndOptimum(String value) { this.spaceEndOptimum = value; } /** * Gets the value of the spaceEndMaximum property. * * @return * possible object is * {@link String } * */ public String getSpaceEndMaximum() { return spaceEndMaximum; } /** * Sets the value of the spaceEndMaximum property. * * @param value * allowed object is * {@link String } * */ public void setSpaceEndMaximum(String value) { this.spaceEndMaximum = value; } /** * Gets the value of the spaceEndConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getSpaceEndConditionality() { return spaceEndConditionality; } /** * Sets the value of the spaceEndConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setSpaceEndConditionality(ConditionalityType value) { this.spaceEndConditionality = value; } /** * Gets the value of the spaceEndPrecedence property. * * @return * possible object is * {@link String } * */ public String getSpaceEndPrecedence() { return spaceEndPrecedence; } /** * Sets the value of the spaceEndPrecedence property. * * @param value * allowed object is * {@link String } * */ public void setSpaceEndPrecedence(String value) { this.spaceEndPrecedence = value; } /** * Gets the value of the keepWithNext property. * * @return * possible object is * {@link String } * */ public String getKeepWithNext() { return keepWithNext; } /** * Sets the value of the keepWithNext property. * * @param value * allowed object is * {@link String } * */ public void setKeepWithNext(String value) { this.keepWithNext = value; } /** * Gets the value of the keepWithPrevious property. * * @return * possible object is * {@link String } * */ public String getKeepWithPrevious() { return keepWithPrevious; } /** * Sets the value of the keepWithPrevious property. * * @param value * allowed object is * {@link String } * */ public void setKeepWithPrevious(String value) { this.keepWithPrevious = value; } /** * Gets the value of the clip property. * * @return * possible object is * {@link String } * */ public String getClip() { return clip; } /** * Sets the value of the clip property. * * @param value * allowed object is * {@link String } * */ public void setClip(String value) { this.clip = value; } /** * Gets the value of the relativePosition property. * * @return * possible object is * {@link RelativePositionType } * */ public RelativePositionType getRelativePosition() { return relativePosition; } /** * Sets the value of the relativePosition property. * * @param value * allowed object is * {@link RelativePositionType } * */ public void setRelativePosition(RelativePositionType value) { this.relativePosition = value; } /** * Gets the value of the top property. * * @return * possible object is * {@link String } * */ public String getTop() { return top; } /** * Sets the value of the top property. * * @param value * allowed object is * {@link String } * */ public void setTop(String value) { this.top = value; } /** * Gets the value of the right property. * * @return * possible object is * {@link String } * */ public String getRight() { return right; } /** * Sets the value of the right property. * * @param value * allowed object is * {@link String } * */ public void setRight(String value) { this.right = value; } /** * Gets the value of the bottom property. * * @return * possible object is * {@link String } * */ public String getBottom() { return bottom; } /** * Sets the value of the bottom property. * * @param value * allowed object is * {@link String } * */ public void setBottom(String value) { this.bottom = value; } /** * Gets the value of the left property. * * @return * possible object is * {@link String } * */ public String getLeft() { return left; } /** * Sets the value of the left property. * * @param value * allowed object is * {@link String } * */ public void setLeft(String value) { this.left = value; } /** * Gets the value of the backgroundColor property. * * @return * possible object is * {@link String } * */ public String getBackgroundColor() { return backgroundColor; } /** * Sets the value of the backgroundColor property. * * @param value * allowed object is * {@link String } * */ public void setBackgroundColor(String value) { this.backgroundColor = value; } /** * Gets the value of the backgroundAttachment property. * * @return * possible object is * {@link BackgroundAttachmentType } * */ public BackgroundAttachmentType getBackgroundAttachment() { return backgroundAttachment; } /** * Sets the value of the backgroundAttachment property. * * @param value * allowed object is * {@link BackgroundAttachmentType } * */ public void setBackgroundAttachment(BackgroundAttachmentType value) { this.backgroundAttachment = value; } /** * Gets the value of the backgroundImage property. * * @return * possible object is * {@link String } * */ public String getBackgroundImage() { return backgroundImage; } /** * Sets the value of the backgroundImage property. * * @param value * allowed object is * {@link String } * */ public void setBackgroundImage(String value) { this.backgroundImage = value; } /** * Gets the value of the backgroundRepeat property. * * @return * possible object is * {@link BackgroundRepeatType } * */ public BackgroundRepeatType getBackgroundRepeat() { return backgroundRepeat; } /** * Sets the value of the backgroundRepeat property. * * @param value * allowed object is * {@link BackgroundRepeatType } * */ public void setBackgroundRepeat(BackgroundRepeatType value) { this.backgroundRepeat = value; } /** * Gets the value of the backgroundPositionHorizontal property. * * @return * possible object is * {@link String } * */ public String getBackgroundPositionHorizontal() { return backgroundPositionHorizontal; } /** * Sets the value of the backgroundPositionHorizontal property. * * @param value * allowed object is * {@link String } * */ public void setBackgroundPositionHorizontal(String value) { this.backgroundPositionHorizontal = value; } /** * Gets the value of the backgroundPositionVertical property. * * @return * possible object is * {@link String } * */ public String getBackgroundPositionVertical() { return backgroundPositionVertical; } /** * Sets the value of the backgroundPositionVertical property. * * @param value * allowed object is * {@link String } * */ public void setBackgroundPositionVertical(String value) { this.backgroundPositionVertical = value; } /** * Gets the value of the padding property. * * @return * possible object is * {@link String } * */ public String getPadding() { return padding; } /** * Sets the value of the padding property. * * @param value * allowed object is * {@link String } * */ public void setPadding(String value) { this.padding = value; } /** * Gets the value of the paddingBefore property. * * @return * possible object is * {@link String } * */ public String getPaddingBefore() { return paddingBefore; } /** * Sets the value of the paddingBefore property. * * @param value * allowed object is * {@link String } * */ public void setPaddingBefore(String value) { this.paddingBefore = value; } /** * Gets the value of the paddingBeforeLength property. * * @return * possible object is * {@link String } * */ public String getPaddingBeforeLength() { return paddingBeforeLength; } /** * Sets the value of the paddingBeforeLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingBeforeLength(String value) { this.paddingBeforeLength = value; } /** * Gets the value of the paddingBeforeConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingBeforeConditionality() { return paddingBeforeConditionality; } /** * Sets the value of the paddingBeforeConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingBeforeConditionality(ConditionalityType value) { this.paddingBeforeConditionality = value; } /** * Gets the value of the paddingAfter property. * * @return * possible object is * {@link String } * */ public String getPaddingAfter() { return paddingAfter; } /** * Sets the value of the paddingAfter property. * * @param value * allowed object is * {@link String } * */ public void setPaddingAfter(String value) { this.paddingAfter = value; } /** * Gets the value of the paddingAfterLength property. * * @return * possible object is * {@link String } * */ public String getPaddingAfterLength() { return paddingAfterLength; } /** * Sets the value of the paddingAfterLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingAfterLength(String value) { this.paddingAfterLength = value; } /** * Gets the value of the paddingAfterConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingAfterConditionality() { return paddingAfterConditionality; } /** * Sets the value of the paddingAfterConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingAfterConditionality(ConditionalityType value) { this.paddingAfterConditionality = value; } /** * Gets the value of the paddingStart property. * * @return * possible object is * {@link String } * */ public String getPaddingStart() { return paddingStart; } /** * Sets the value of the paddingStart property. * * @param value * allowed object is * {@link String } * */ public void setPaddingStart(String value) { this.paddingStart = value; } /** * Gets the value of the paddingStartLength property. * * @return * possible object is * {@link String } * */ public String getPaddingStartLength() { return paddingStartLength; } /** * Sets the value of the paddingStartLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingStartLength(String value) { this.paddingStartLength = value; } /** * Gets the value of the paddingStartConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingStartConditionality() { return paddingStartConditionality; } /** * Sets the value of the paddingStartConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingStartConditionality(ConditionalityType value) { this.paddingStartConditionality = value; } /** * Gets the value of the paddingEnd property. * * @return * possible object is * {@link String } * */ public String getPaddingEnd() { return paddingEnd; } /** * Sets the value of the paddingEnd property. * * @param value * allowed object is * {@link String } * */ public void setPaddingEnd(String value) { this.paddingEnd = value; } /** * Gets the value of the paddingEndLength property. * * @return * possible object is * {@link String } * */ public String getPaddingEndLength() { return paddingEndLength; } /** * Sets the value of the paddingEndLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingEndLength(String value) { this.paddingEndLength = value; } /** * Gets the value of the paddingEndConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingEndConditionality() { return paddingEndConditionality; } /** * Sets the value of the paddingEndConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingEndConditionality(ConditionalityType value) { this.paddingEndConditionality = value; } /** * Gets the value of the paddingTop property. * * @return * possible object is * {@link String } * */ public String getPaddingTop() { return paddingTop; } /** * Sets the value of the paddingTop property. * * @param value * allowed object is * {@link String } * */ public void setPaddingTop(String value) { this.paddingTop = value; } /** * Gets the value of the paddingTopLength property. * * @return * possible object is * {@link String } * */ public String getPaddingTopLength() { return paddingTopLength; } /** * Sets the value of the paddingTopLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingTopLength(String value) { this.paddingTopLength = value; } /** * Gets the value of the paddingTopConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingTopConditionality() { return paddingTopConditionality; } /** * Sets the value of the paddingTopConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingTopConditionality(ConditionalityType value) { this.paddingTopConditionality = value; } /** * Gets the value of the paddingBottom property. * * @return * possible object is * {@link String } * */ public String getPaddingBottom() { return paddingBottom; } /** * Sets the value of the paddingBottom property. * * @param value * allowed object is * {@link String } * */ public void setPaddingBottom(String value) { this.paddingBottom = value; } /** * Gets the value of the paddingBottomLength property. * * @return * possible object is * {@link String } * */ public String getPaddingBottomLength() { return paddingBottomLength; } /** * Sets the value of the paddingBottomLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingBottomLength(String value) { this.paddingBottomLength = value; } /** * Gets the value of the paddingBottomConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingBottomConditionality() { return paddingBottomConditionality; } /** * Sets the value of the paddingBottomConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingBottomConditionality(ConditionalityType value) { this.paddingBottomConditionality = value; } /** * Gets the value of the paddingLeft property. * * @return * possible object is * {@link String } * */ public String getPaddingLeft() { return paddingLeft; } /** * Sets the value of the paddingLeft property. * * @param value * allowed object is * {@link String } * */ public void setPaddingLeft(String value) { this.paddingLeft = value; } /** * Gets the value of the paddingLeftLength property. * * @return * possible object is * {@link String } * */ public String getPaddingLeftLength() { return paddingLeftLength; } /** * Sets the value of the paddingLeftLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingLeftLength(String value) { this.paddingLeftLength = value; } /** * Gets the value of the paddingLeftConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingLeftConditionality() { return paddingLeftConditionality; } /** * Sets the value of the paddingLeftConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingLeftConditionality(ConditionalityType value) { this.paddingLeftConditionality = value; } /** * Gets the value of the paddingRight property. * * @return * possible object is * {@link String } * */ public String getPaddingRight() { return paddingRight; } /** * Sets the value of the paddingRight property. * * @param value * allowed object is * {@link String } * */ public void setPaddingRight(String value) { this.paddingRight = value; } /** * Gets the value of the paddingRightLength property. * * @return * possible object is * {@link String } * */ public String getPaddingRightLength() { return paddingRightLength; } /** * Sets the value of the paddingRightLength property. * * @param value * allowed object is * {@link String } * */ public void setPaddingRightLength(String value) { this.paddingRightLength = value; } /** * Gets the value of the paddingRightConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getPaddingRightConditionality() { return paddingRightConditionality; } /** * Sets the value of the paddingRightConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setPaddingRightConditionality(ConditionalityType value) { this.paddingRightConditionality = value; } /** * Gets the value of the border property. * * @return * possible object is * {@link String } * */ public String getBorder() { return border; } /** * Sets the value of the border property. * * @param value * allowed object is * {@link String } * */ public void setBorder(String value) { this.border = value; } /** * Gets the value of the borderBeforeColor property. * * @return * possible object is * {@link String } * */ public String getBorderBeforeColor() { return borderBeforeColor; } /** * Sets the value of the borderBeforeColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderBeforeColor(String value) { this.borderBeforeColor = value; } /** * Gets the value of the borderBeforeStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderBeforeStyle() { return borderBeforeStyle; } /** * Sets the value of the borderBeforeStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderBeforeStyle(BorderStyleType value) { this.borderBeforeStyle = value; } /** * Gets the value of the borderBeforeWidth property. * * @return * possible object is * {@link String } * */ public String getBorderBeforeWidth() { return borderBeforeWidth; } /** * Sets the value of the borderBeforeWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderBeforeWidth(String value) { this.borderBeforeWidth = value; } /** * Gets the value of the borderBeforeWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderBeforeWidthLength() { return borderBeforeWidthLength; } /** * Sets the value of the borderBeforeWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderBeforeWidthLength(String value) { this.borderBeforeWidthLength = value; } /** * Gets the value of the borderBeforeWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderBeforeWidthConditionality() { return borderBeforeWidthConditionality; } /** * Sets the value of the borderBeforeWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderBeforeWidthConditionality(ConditionalityType value) { this.borderBeforeWidthConditionality = value; } /** * Gets the value of the borderAfterColor property. * * @return * possible object is * {@link String } * */ public String getBorderAfterColor() { return borderAfterColor; } /** * Sets the value of the borderAfterColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderAfterColor(String value) { this.borderAfterColor = value; } /** * Gets the value of the borderAfterStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderAfterStyle() { return borderAfterStyle; } /** * Sets the value of the borderAfterStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderAfterStyle(BorderStyleType value) { this.borderAfterStyle = value; } /** * Gets the value of the borderAfterWidth property. * * @return * possible object is * {@link String } * */ public String getBorderAfterWidth() { return borderAfterWidth; } /** * Sets the value of the borderAfterWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderAfterWidth(String value) { this.borderAfterWidth = value; } /** * Gets the value of the borderAfterWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderAfterWidthLength() { return borderAfterWidthLength; } /** * Sets the value of the borderAfterWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderAfterWidthLength(String value) { this.borderAfterWidthLength = value; } /** * Gets the value of the borderAfterWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderAfterWidthConditionality() { return borderAfterWidthConditionality; } /** * Sets the value of the borderAfterWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderAfterWidthConditionality(ConditionalityType value) { this.borderAfterWidthConditionality = value; } /** * Gets the value of the borderStartColor property. * * @return * possible object is * {@link String } * */ public String getBorderStartColor() { return borderStartColor; } /** * Sets the value of the borderStartColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderStartColor(String value) { this.borderStartColor = value; } /** * Gets the value of the borderStartStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderStartStyle() { return borderStartStyle; } /** * Sets the value of the borderStartStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderStartStyle(BorderStyleType value) { this.borderStartStyle = value; } /** * Gets the value of the borderStartWidth property. * * @return * possible object is * {@link String } * */ public String getBorderStartWidth() { return borderStartWidth; } /** * Sets the value of the borderStartWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderStartWidth(String value) { this.borderStartWidth = value; } /** * Gets the value of the borderStartWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderStartWidthLength() { return borderStartWidthLength; } /** * Sets the value of the borderStartWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderStartWidthLength(String value) { this.borderStartWidthLength = value; } /** * Gets the value of the borderStartWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderStartWidthConditionality() { return borderStartWidthConditionality; } /** * Sets the value of the borderStartWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderStartWidthConditionality(ConditionalityType value) { this.borderStartWidthConditionality = value; } /** * Gets the value of the borderEndColor property. * * @return * possible object is * {@link String } * */ public String getBorderEndColor() { return borderEndColor; } /** * Sets the value of the borderEndColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderEndColor(String value) { this.borderEndColor = value; } /** * Gets the value of the borderEndStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderEndStyle() { return borderEndStyle; } /** * Sets the value of the borderEndStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderEndStyle(BorderStyleType value) { this.borderEndStyle = value; } /** * Gets the value of the borderEndWidth property. * * @return * possible object is * {@link String } * */ public String getBorderEndWidth() { return borderEndWidth; } /** * Sets the value of the borderEndWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderEndWidth(String value) { this.borderEndWidth = value; } /** * Gets the value of the borderEndWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderEndWidthLength() { return borderEndWidthLength; } /** * Sets the value of the borderEndWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderEndWidthLength(String value) { this.borderEndWidthLength = value; } /** * Gets the value of the borderEndWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderEndWidthConditionality() { return borderEndWidthConditionality; } /** * Sets the value of the borderEndWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderEndWidthConditionality(ConditionalityType value) { this.borderEndWidthConditionality = value; } /** * Gets the value of the borderTopColor property. * * @return * possible object is * {@link String } * */ public String getBorderTopColor() { return borderTopColor; } /** * Sets the value of the borderTopColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderTopColor(String value) { this.borderTopColor = value; } /** * Gets the value of the borderTopStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderTopStyle() { return borderTopStyle; } /** * Sets the value of the borderTopStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderTopStyle(BorderStyleType value) { this.borderTopStyle = value; } /** * Gets the value of the borderTopWidth property. * * @return * possible object is * {@link String } * */ public String getBorderTopWidth() { return borderTopWidth; } /** * Sets the value of the borderTopWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderTopWidth(String value) { this.borderTopWidth = value; } /** * Gets the value of the borderTopWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderTopWidthLength() { return borderTopWidthLength; } /** * Sets the value of the borderTopWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderTopWidthLength(String value) { this.borderTopWidthLength = value; } /** * Gets the value of the borderTopWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderTopWidthConditionality() { return borderTopWidthConditionality; } /** * Sets the value of the borderTopWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderTopWidthConditionality(ConditionalityType value) { this.borderTopWidthConditionality = value; } /** * Gets the value of the borderBottomColor property. * * @return * possible object is * {@link String } * */ public String getBorderBottomColor() { return borderBottomColor; } /** * Sets the value of the borderBottomColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderBottomColor(String value) { this.borderBottomColor = value; } /** * Gets the value of the borderBottomStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderBottomStyle() { return borderBottomStyle; } /** * Sets the value of the borderBottomStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderBottomStyle(BorderStyleType value) { this.borderBottomStyle = value; } /** * Gets the value of the borderBottomWidth property. * * @return * possible object is * {@link String } * */ public String getBorderBottomWidth() { return borderBottomWidth; } /** * Sets the value of the borderBottomWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderBottomWidth(String value) { this.borderBottomWidth = value; } /** * Gets the value of the borderBottomWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderBottomWidthLength() { return borderBottomWidthLength; } /** * Sets the value of the borderBottomWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderBottomWidthLength(String value) { this.borderBottomWidthLength = value; } /** * Gets the value of the borderBottomWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderBottomWidthConditionality() { return borderBottomWidthConditionality; } /** * Sets the value of the borderBottomWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderBottomWidthConditionality(ConditionalityType value) { this.borderBottomWidthConditionality = value; } /** * Gets the value of the borderLeftColor property. * * @return * possible object is * {@link String } * */ public String getBorderLeftColor() { return borderLeftColor; } /** * Sets the value of the borderLeftColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderLeftColor(String value) { this.borderLeftColor = value; } /** * Gets the value of the borderLeftStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderLeftStyle() { return borderLeftStyle; } /** * Sets the value of the borderLeftStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderLeftStyle(BorderStyleType value) { this.borderLeftStyle = value; } /** * Gets the value of the borderLeftWidth property. * * @return * possible object is * {@link String } * */ public String getBorderLeftWidth() { return borderLeftWidth; } /** * Sets the value of the borderLeftWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderLeftWidth(String value) { this.borderLeftWidth = value; } /** * Gets the value of the borderLeftWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderLeftWidthLength() { return borderLeftWidthLength; } /** * Sets the value of the borderLeftWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderLeftWidthLength(String value) { this.borderLeftWidthLength = value; } /** * Gets the value of the borderLeftWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderLeftWidthConditionality() { return borderLeftWidthConditionality; } /** * Sets the value of the borderLeftWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderLeftWidthConditionality(ConditionalityType value) { this.borderLeftWidthConditionality = value; } /** * Gets the value of the borderRightColor property. * * @return * possible object is * {@link String } * */ public String getBorderRightColor() { return borderRightColor; } /** * Sets the value of the borderRightColor property. * * @param value * allowed object is * {@link String } * */ public void setBorderRightColor(String value) { this.borderRightColor = value; } /** * Gets the value of the borderRightStyle property. * * @return * possible object is * {@link BorderStyleType } * */ public BorderStyleType getBorderRightStyle() { return borderRightStyle; } /** * Sets the value of the borderRightStyle property. * * @param value * allowed object is * {@link BorderStyleType } * */ public void setBorderRightStyle(BorderStyleType value) { this.borderRightStyle = value; } /** * Gets the value of the borderRightWidth property. * * @return * possible object is * {@link String } * */ public String getBorderRightWidth() { return borderRightWidth; } /** * Sets the value of the borderRightWidth property. * * @param value * allowed object is * {@link String } * */ public void setBorderRightWidth(String value) { this.borderRightWidth = value; } /** * Gets the value of the borderRightWidthLength property. * * @return * possible object is * {@link String } * */ public String getBorderRightWidthLength() { return borderRightWidthLength; } /** * Sets the value of the borderRightWidthLength property. * * @param value * allowed object is * {@link String } * */ public void setBorderRightWidthLength(String value) { this.borderRightWidthLength = value; } /** * Gets the value of the borderRightWidthConditionality property. * * @return * possible object is * {@link ConditionalityType } * */ public ConditionalityType getBorderRightWidthConditionality() { return borderRightWidthConditionality; } /** * Sets the value of the borderRightWidthConditionality property. * * @param value * allowed object is * {@link ConditionalityType } * */ public void setBorderRightWidthConditionality(ConditionalityType value) { this.borderRightWidthConditionality = value; } }