Package org.docx4j.wml
Class PPrBase
java.lang.Object
org.docx4j.wml.PPrBase
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
PPr
public class PPrBase extends java.lang.Object implements Child
Java class for CT_PPrBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PPrBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pStyle" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="keepNext" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="keepLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="pageBreakBefore" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="framePr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FramePr" minOccurs="0"/>
<element name="widowControl" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="numPr" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ilvl" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="numId" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/>
<element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="suppressLineNumbers" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="pBdr" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="top" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="between" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="bar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="shd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Shd" minOccurs="0"/>
<element name="tabs" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Tabs" minOccurs="0"/>
<element name="suppressAutoHyphens" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="kinsoku" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="wordWrap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="overflowPunct" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="topLinePunct" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="autoSpaceDE" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="autoSpaceDN" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="bidi" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="adjustRightInd" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="snapToGrid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="spacing" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="before" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="beforeLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="beforeAutospacing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="after" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="afterLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="afterAutospacing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="line" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="lineRule" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LineSpacingRule" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ind" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="leftChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="rightChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="hangingChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="firstLineChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="contextualSpacing" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="mirrorIndents" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="suppressOverlap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="jc" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Jc" minOccurs="0"/>
<element name="textDirection" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TextDirection" minOccurs="0"/>
<element name="textAlignment" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="top"/>
<enumeration value="center"/>
<enumeration value="baseline"/>
<enumeration value="bottom"/>
<enumeration value="auto"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="textboxTightWrap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TextboxTightWrap" minOccurs="0"/>
<element name="outlineLvl" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="divId" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="cnfStyle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Cnf" minOccurs="0"/>
<element ref="{http://schemas.microsoft.com/office/word/2012/wordml}collapsed"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPPrBase.DivIdJava class for anonymous complex type.static classPPrBase.IndJava class for anonymous complex type.static classPPrBase.NumPrJava class for anonymous complex type.static classPPrBase.OutlineLvlJava class for anonymous complex type.static classPPrBase.PBdrJava class for anonymous complex type.static classPPrBase.PStyleJava class for anonymous complex type.static classPPrBase.SpacingJava class for anonymous complex type.static classPPrBase.TextAlignmentJava class for anonymous complex type. -
Field Summary
-
Constructor Summary
Constructors Constructor Description PPrBase() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.BooleanDefaultTruegetAdjustRightInd()Gets the value of the adjustRightInd property.BooleanDefaultTruegetAutoSpaceDE()Gets the value of the autoSpaceDE property.BooleanDefaultTruegetAutoSpaceDN()Gets the value of the autoSpaceDN property.BooleanDefaultTruegetBidi()Gets the value of the bidi property.CTCnfgetCnfStyle()Gets the value of the cnfStyle property.BooleanDefaultTruegetCollapsed()Gets the value of the collapsed property.BooleanDefaultTruegetContextualSpacing()Gets the value of the contextualSpacing property.PPrBase.DivIdgetDivId()Gets the value of the divId property.CTFramePrgetFramePr()Gets the value of the framePr property.PPrBase.IndgetInd()Gets the value of the ind property.JcgetJc()Gets the value of the jc property.BooleanDefaultTruegetKeepLines()Gets the value of the keepLines property.BooleanDefaultTruegetKeepNext()Gets the value of the keepNext property.BooleanDefaultTruegetKinsoku()Gets the value of the kinsoku property.BooleanDefaultTruegetMirrorIndents()Gets the value of the mirrorIndents property.PPrBase.NumPrgetNumPr()Gets the value of the numPr property.PPrBase.OutlineLvlgetOutlineLvl()Gets the value of the outlineLvl property.BooleanDefaultTruegetOverflowPunct()Gets the value of the overflowPunct property.BooleanDefaultTruegetPageBreakBefore()Gets the value of the pageBreakBefore property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.PPrBase.PBdrgetPBdr()Gets the value of the pBdr property.PPrBase.PStylegetPStyle()Gets the value of the pStyle property.CTShdgetShd()Gets the value of the shd property.BooleanDefaultTruegetSnapToGrid()Gets the value of the snapToGrid property.PPrBase.SpacinggetSpacing()Gets the value of the spacing property.BooleanDefaultTruegetSuppressAutoHyphens()Gets the value of the suppressAutoHyphens property.BooleanDefaultTruegetSuppressLineNumbers()Gets the value of the suppressLineNumbers property.BooleanDefaultTruegetSuppressOverlap()Gets the value of the suppressOverlap property.TabsgetTabs()Gets the value of the tabs property.PPrBase.TextAlignmentgetTextAlignment()Gets the value of the textAlignment property.CTTextboxTightWrapgetTextboxTightWrap()Gets the value of the textboxTightWrap property.TextDirectiongetTextDirection()Gets the value of the textDirection property.BooleanDefaultTruegetTopLinePunct()Gets the value of the topLinePunct property.BooleanDefaultTruegetWidowControl()Gets the value of the widowControl property.BooleanDefaultTruegetWordWrap()Gets the value of the wordWrap property.voidsetAdjustRightInd(BooleanDefaultTrue value)Sets the value of the adjustRightInd property.voidsetAutoSpaceDE(BooleanDefaultTrue value)Sets the value of the autoSpaceDE property.voidsetAutoSpaceDN(BooleanDefaultTrue value)Sets the value of the autoSpaceDN property.voidsetBidi(BooleanDefaultTrue value)Sets the value of the bidi property.voidsetCnfStyle(CTCnf value)Sets the value of the cnfStyle property.voidsetCollapsed(BooleanDefaultTrue value)Sets the value of the collapsed property.voidsetContextualSpacing(BooleanDefaultTrue value)Sets the value of the contextualSpacing property.voidsetDivId(PPrBase.DivId value)Sets the value of the divId property.voidsetFramePr(CTFramePr value)Sets the value of the framePr property.voidsetInd(PPrBase.Ind value)Sets the value of the ind property.voidsetJc(Jc value)Sets the value of the jc property.voidsetKeepLines(BooleanDefaultTrue value)Sets the value of the keepLines property.voidsetKeepNext(BooleanDefaultTrue value)Sets the value of the keepNext property.voidsetKinsoku(BooleanDefaultTrue value)Sets the value of the kinsoku property.voidsetMirrorIndents(BooleanDefaultTrue value)Sets the value of the mirrorIndents property.voidsetNumPr(PPrBase.NumPr value)Sets the value of the numPr property.voidsetOutlineLvl(PPrBase.OutlineLvl value)Sets the value of the outlineLvl property.voidsetOverflowPunct(BooleanDefaultTrue value)Sets the value of the overflowPunct property.voidsetPageBreakBefore(BooleanDefaultTrue value)Sets the value of the pageBreakBefore property.voidsetParent(java.lang.Object parent)voidsetPBdr(PPrBase.PBdr value)Sets the value of the pBdr property.voidsetPStyle(PPrBase.PStyle value)Sets the value of the pStyle property.voidsetShd(CTShd value)Sets the value of the shd property.voidsetSnapToGrid(BooleanDefaultTrue value)Sets the value of the snapToGrid property.voidsetSpacing(PPrBase.Spacing value)Sets the value of the spacing property.voidsetSuppressAutoHyphens(BooleanDefaultTrue value)Sets the value of the suppressAutoHyphens property.voidsetSuppressLineNumbers(BooleanDefaultTrue value)Sets the value of the suppressLineNumbers property.voidsetSuppressOverlap(BooleanDefaultTrue value)Sets the value of the suppressOverlap property.voidsetTabs(Tabs value)Sets the value of the tabs property.voidsetTextAlignment(PPrBase.TextAlignment value)Sets the value of the textAlignment property.voidsetTextboxTightWrap(CTTextboxTightWrap value)Sets the value of the textboxTightWrap property.voidsetTextDirection(TextDirection value)Sets the value of the textDirection property.voidsetTopLinePunct(BooleanDefaultTrue value)Sets the value of the topLinePunct property.voidsetWidowControl(BooleanDefaultTrue value)Sets the value of the widowControl property.voidsetWordWrap(BooleanDefaultTrue value)Sets the value of the wordWrap property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pStyle
-
keepNext
-
keepLines
-
pageBreakBefore
-
framePr
-
widowControl
-
numPr
-
suppressLineNumbers
-
pBdr
-
shd
-
tabs
-
suppressAutoHyphens
-
kinsoku
-
wordWrap
-
overflowPunct
-
topLinePunct
-
autoSpaceDE
-
autoSpaceDN
-
bidi
-
adjustRightInd
-
snapToGrid
-
spacing
-
ind
-
contextualSpacing
-
mirrorIndents
-
suppressOverlap
-
jc
-
textDirection
-
textAlignment
-
textboxTightWrap
-
outlineLvl
-
divId
-
cnfStyle
-
collapsed
-
-
Constructor Details
-
PPrBase
public PPrBase()
-
-
Method Details
-
getPStyle
Gets the value of the pStyle property.- Returns:
- possible object is
PPrBase.PStyle
-
setPStyle
Sets the value of the pStyle property.- Parameters:
value- allowed object isPPrBase.PStyle
-
getKeepNext
Gets the value of the keepNext property.- Returns:
- possible object is
BooleanDefaultTrue
-
setKeepNext
Sets the value of the keepNext property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getKeepLines
Gets the value of the keepLines property.- Returns:
- possible object is
BooleanDefaultTrue
-
setKeepLines
Sets the value of the keepLines property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getPageBreakBefore
Gets the value of the pageBreakBefore property.- Returns:
- possible object is
BooleanDefaultTrue
-
setPageBreakBefore
Sets the value of the pageBreakBefore property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getFramePr
Gets the value of the framePr property.- Returns:
- possible object is
CTFramePr
-
setFramePr
Sets the value of the framePr property.- Parameters:
value- allowed object isCTFramePr
-
getWidowControl
Gets the value of the widowControl property.- Returns:
- possible object is
BooleanDefaultTrue
-
setWidowControl
Sets the value of the widowControl property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getNumPr
Gets the value of the numPr property.- Returns:
- possible object is
PPrBase.NumPr
-
setNumPr
Sets the value of the numPr property.- Parameters:
value- allowed object isPPrBase.NumPr
-
getSuppressLineNumbers
Gets the value of the suppressLineNumbers property.- Returns:
- possible object is
BooleanDefaultTrue
-
setSuppressLineNumbers
Sets the value of the suppressLineNumbers property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getPBdr
Gets the value of the pBdr property.- Returns:
- possible object is
PPrBase.PBdr
-
setPBdr
Sets the value of the pBdr property.- Parameters:
value- allowed object isPPrBase.PBdr
-
getShd
Gets the value of the shd property.- Returns:
- possible object is
CTShd
-
setShd
Sets the value of the shd property.- Parameters:
value- allowed object isCTShd
-
getTabs
Gets the value of the tabs property.- Returns:
- possible object is
Tabs
-
setTabs
Sets the value of the tabs property.- Parameters:
value- allowed object isTabs
-
getSuppressAutoHyphens
Gets the value of the suppressAutoHyphens property.- Returns:
- possible object is
BooleanDefaultTrue
-
setSuppressAutoHyphens
Sets the value of the suppressAutoHyphens property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getKinsoku
Gets the value of the kinsoku property.- Returns:
- possible object is
BooleanDefaultTrue
-
setKinsoku
Sets the value of the kinsoku property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getWordWrap
Gets the value of the wordWrap property.- Returns:
- possible object is
BooleanDefaultTrue
-
setWordWrap
Sets the value of the wordWrap property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getOverflowPunct
Gets the value of the overflowPunct property.- Returns:
- possible object is
BooleanDefaultTrue
-
setOverflowPunct
Sets the value of the overflowPunct property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getTopLinePunct
Gets the value of the topLinePunct property.- Returns:
- possible object is
BooleanDefaultTrue
-
setTopLinePunct
Sets the value of the topLinePunct property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getAutoSpaceDE
Gets the value of the autoSpaceDE property.- Returns:
- possible object is
BooleanDefaultTrue
-
setAutoSpaceDE
Sets the value of the autoSpaceDE property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getAutoSpaceDN
Gets the value of the autoSpaceDN property.- Returns:
- possible object is
BooleanDefaultTrue
-
setAutoSpaceDN
Sets the value of the autoSpaceDN property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getBidi
Gets the value of the bidi property.- Returns:
- possible object is
BooleanDefaultTrue
-
setBidi
Sets the value of the bidi property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getAdjustRightInd
Gets the value of the adjustRightInd property.- Returns:
- possible object is
BooleanDefaultTrue
-
setAdjustRightInd
Sets the value of the adjustRightInd property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getSnapToGrid
Gets the value of the snapToGrid property.- Returns:
- possible object is
BooleanDefaultTrue
-
setSnapToGrid
Sets the value of the snapToGrid property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getSpacing
Gets the value of the spacing property.- Returns:
- possible object is
PPrBase.Spacing
-
setSpacing
Sets the value of the spacing property.- Parameters:
value- allowed object isPPrBase.Spacing
-
getInd
Gets the value of the ind property.- Returns:
- possible object is
PPrBase.Ind
-
setInd
Sets the value of the ind property.- Parameters:
value- allowed object isPPrBase.Ind
-
getContextualSpacing
Gets the value of the contextualSpacing property.- Returns:
- possible object is
BooleanDefaultTrue
-
setContextualSpacing
Sets the value of the contextualSpacing property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getMirrorIndents
Gets the value of the mirrorIndents property.- Returns:
- possible object is
BooleanDefaultTrue
-
setMirrorIndents
Sets the value of the mirrorIndents property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getSuppressOverlap
Gets the value of the suppressOverlap property.- Returns:
- possible object is
BooleanDefaultTrue
-
setSuppressOverlap
Sets the value of the suppressOverlap property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getJc
Gets the value of the jc property.- Returns:
- possible object is
Jc
-
setJc
Sets the value of the jc property.- Parameters:
value- allowed object isJc
-
getTextDirection
Gets the value of the textDirection property.- Returns:
- possible object is
TextDirection
-
setTextDirection
Sets the value of the textDirection property.- Parameters:
value- allowed object isTextDirection
-
getTextAlignment
Gets the value of the textAlignment property.- Returns:
- possible object is
PPrBase.TextAlignment
-
setTextAlignment
Sets the value of the textAlignment property.- Parameters:
value- allowed object isPPrBase.TextAlignment
-
getTextboxTightWrap
Gets the value of the textboxTightWrap property.- Returns:
- possible object is
CTTextboxTightWrap
-
setTextboxTightWrap
Sets the value of the textboxTightWrap property.- Parameters:
value- allowed object isCTTextboxTightWrap
-
getOutlineLvl
Gets the value of the outlineLvl property.- Returns:
- possible object is
PPrBase.OutlineLvl
-
setOutlineLvl
Sets the value of the outlineLvl property.- Parameters:
value- allowed object isPPrBase.OutlineLvl
-
getDivId
Gets the value of the divId property.- Returns:
- possible object is
PPrBase.DivId
-
setDivId
Sets the value of the divId property.- Parameters:
value- allowed object isPPrBase.DivId
-
getCnfStyle
Gets the value of the cnfStyle property.- Returns:
- possible object is
CTCnf
-
setCnfStyle
Sets the value of the cnfStyle property.- Parameters:
value- allowed object isCTCnf
-
getCollapsed
Gets the value of the collapsed property.- Returns:
- possible object is
BooleanDefaultTrue
-
setCollapsed
Sets the value of the collapsed property.- Parameters:
value- allowed object isBooleanDefaultTrue
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-