public class SectPrBase extends Object implements Child
Java class for CT_SectPrBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SectPrBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_SectPrContents" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}AG_SectPrAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
bidi |
protected CTColumns |
cols |
protected CTDocGrid |
docGrid |
protected CTEdnProps |
endnotePr |
protected CTDecimalNumber |
footnoteColumns |
protected CTFtnProps |
footnotePr |
protected BooleanDefaultTrue |
formProt |
protected CTLineNumber |
lnNumType |
protected BooleanDefaultTrue |
noEndnote |
protected CTPaperSource |
paperSrc |
protected SectPr.PgBorders |
pgBorders |
protected SectPr.PgMar |
pgMar |
protected CTPageNumber |
pgNumType |
protected SectPr.PgSz |
pgSz |
protected CTRel |
printerSettings |
protected String |
rsidDel |
protected String |
rsidR |
protected String |
rsidRPr |
protected String |
rsidSect |
protected BooleanDefaultTrue |
rtlGutter |
protected TextDirection |
textDirection |
protected BooleanDefaultTrue |
titlePg |
protected SectPr.Type |
type |
protected CTVerticalJc |
vAlign |
| Constructor and Description |
|---|
SectPrBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BooleanDefaultTrue |
getBidi()
Gets the value of the bidi property.
|
CTColumns |
getCols()
Gets the value of the cols property.
|
CTDocGrid |
getDocGrid()
Gets the value of the docGrid property.
|
CTEdnProps |
getEndnotePr()
Gets the value of the endnotePr property.
|
CTDecimalNumber |
getFootnoteColumns()
Gets the value of the footnoteColumns property.
|
CTFtnProps |
getFootnotePr()
Gets the value of the footnotePr property.
|
BooleanDefaultTrue |
getFormProt()
Gets the value of the formProt property.
|
CTLineNumber |
getLnNumType()
Gets the value of the lnNumType property.
|
BooleanDefaultTrue |
getNoEndnote()
Gets the value of the noEndnote property.
|
CTPaperSource |
getPaperSrc()
Gets the value of the paperSrc property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
SectPr.PgBorders |
getPgBorders()
Gets the value of the pgBorders property.
|
SectPr.PgMar |
getPgMar()
Gets the value of the pgMar property.
|
CTPageNumber |
getPgNumType()
Gets the value of the pgNumType property.
|
SectPr.PgSz |
getPgSz()
Gets the value of the pgSz property.
|
CTRel |
getPrinterSettings()
Gets the value of the printerSettings property.
|
String |
getRsidDel()
Gets the value of the rsidDel property.
|
String |
getRsidR()
Gets the value of the rsidR property.
|
String |
getRsidRPr()
Gets the value of the rsidRPr property.
|
String |
getRsidSect()
Gets the value of the rsidSect property.
|
BooleanDefaultTrue |
getRtlGutter()
Gets the value of the rtlGutter property.
|
TextDirection |
getTextDirection()
Gets the value of the textDirection property.
|
BooleanDefaultTrue |
getTitlePg()
Gets the value of the titlePg property.
|
SectPr.Type |
getType()
Gets the value of the type property.
|
CTVerticalJc |
getVAlign()
Gets the value of the vAlign property.
|
void |
setBidi(BooleanDefaultTrue value)
Sets the value of the bidi property.
|
void |
setCols(CTColumns value)
Sets the value of the cols property.
|
void |
setDocGrid(CTDocGrid value)
Sets the value of the docGrid property.
|
void |
setEndnotePr(CTEdnProps value)
Sets the value of the endnotePr property.
|
void |
setFootnoteColumns(CTDecimalNumber value)
Sets the value of the footnoteColumns property.
|
void |
setFootnotePr(CTFtnProps value)
Sets the value of the footnotePr property.
|
void |
setFormProt(BooleanDefaultTrue value)
Sets the value of the formProt property.
|
void |
setLnNumType(CTLineNumber value)
Sets the value of the lnNumType property.
|
void |
setNoEndnote(BooleanDefaultTrue value)
Sets the value of the noEndnote property.
|
void |
setPaperSrc(CTPaperSource value)
Sets the value of the paperSrc property.
|
void |
setParent(Object parent) |
void |
setPgBorders(SectPr.PgBorders value)
Sets the value of the pgBorders property.
|
void |
setPgMar(SectPr.PgMar value)
Sets the value of the pgMar property.
|
void |
setPgNumType(CTPageNumber value)
Sets the value of the pgNumType property.
|
void |
setPgSz(SectPr.PgSz value)
Sets the value of the pgSz property.
|
void |
setPrinterSettings(CTRel value)
Sets the value of the printerSettings property.
|
void |
setRsidDel(String value)
Sets the value of the rsidDel property.
|
void |
setRsidR(String value)
Sets the value of the rsidR property.
|
void |
setRsidRPr(String value)
Sets the value of the rsidRPr property.
|
void |
setRsidSect(String value)
Sets the value of the rsidSect property.
|
void |
setRtlGutter(BooleanDefaultTrue value)
Sets the value of the rtlGutter property.
|
void |
setTextDirection(TextDirection value)
Sets the value of the textDirection property.
|
void |
setTitlePg(BooleanDefaultTrue value)
Sets the value of the titlePg property.
|
void |
setType(SectPr.Type value)
Sets the value of the type property.
|
void |
setVAlign(CTVerticalJc value)
Sets the value of the vAlign property.
|
protected CTFtnProps footnotePr
protected CTEdnProps endnotePr
protected SectPr.Type type
protected SectPr.PgSz pgSz
protected SectPr.PgMar pgMar
protected CTPaperSource paperSrc
protected SectPr.PgBorders pgBorders
protected CTLineNumber lnNumType
protected CTPageNumber pgNumType
protected CTColumns cols
protected BooleanDefaultTrue formProt
protected CTVerticalJc vAlign
protected BooleanDefaultTrue noEndnote
protected BooleanDefaultTrue titlePg
protected TextDirection textDirection
protected BooleanDefaultTrue bidi
protected BooleanDefaultTrue rtlGutter
protected CTDocGrid docGrid
protected CTRel printerSettings
protected CTDecimalNumber footnoteColumns
protected String rsidRPr
protected String rsidDel
protected String rsidR
protected String rsidSect
public CTFtnProps getFootnotePr()
CTFtnPropspublic void setFootnotePr(CTFtnProps value)
value - allowed object is
CTFtnPropspublic CTEdnProps getEndnotePr()
CTEdnPropspublic void setEndnotePr(CTEdnProps value)
value - allowed object is
CTEdnPropspublic SectPr.Type getType()
SectPr.Typepublic void setType(SectPr.Type value)
value - allowed object is
SectPr.Typepublic SectPr.PgSz getPgSz()
SectPr.PgSzpublic void setPgSz(SectPr.PgSz value)
value - allowed object is
SectPr.PgSzpublic SectPr.PgMar getPgMar()
SectPr.PgMarpublic void setPgMar(SectPr.PgMar value)
value - allowed object is
SectPr.PgMarpublic CTPaperSource getPaperSrc()
CTPaperSourcepublic void setPaperSrc(CTPaperSource value)
value - allowed object is
CTPaperSourcepublic SectPr.PgBorders getPgBorders()
SectPr.PgBorderspublic void setPgBorders(SectPr.PgBorders value)
value - allowed object is
SectPr.PgBorderspublic CTLineNumber getLnNumType()
CTLineNumberpublic void setLnNumType(CTLineNumber value)
value - allowed object is
CTLineNumberpublic CTPageNumber getPgNumType()
CTPageNumberpublic void setPgNumType(CTPageNumber value)
value - allowed object is
CTPageNumberpublic CTColumns getCols()
CTColumnspublic void setCols(CTColumns value)
value - allowed object is
CTColumnspublic BooleanDefaultTrue getFormProt()
BooleanDefaultTruepublic void setFormProt(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTVerticalJc getVAlign()
CTVerticalJcpublic void setVAlign(CTVerticalJc value)
value - allowed object is
CTVerticalJcpublic BooleanDefaultTrue getNoEndnote()
BooleanDefaultTruepublic void setNoEndnote(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getTitlePg()
BooleanDefaultTruepublic void setTitlePg(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic TextDirection getTextDirection()
TextDirectionpublic void setTextDirection(TextDirection value)
value - allowed object is
TextDirectionpublic BooleanDefaultTrue getBidi()
BooleanDefaultTruepublic void setBidi(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getRtlGutter()
BooleanDefaultTruepublic void setRtlGutter(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTDocGrid getDocGrid()
CTDocGridpublic void setDocGrid(CTDocGrid value)
value - allowed object is
CTDocGridpublic CTRel getPrinterSettings()
CTRelpublic void setPrinterSettings(CTRel value)
value - allowed object is
CTRelpublic CTDecimalNumber getFootnoteColumns()
CTDecimalNumberpublic void setFootnoteColumns(CTDecimalNumber value)
value - allowed object is
CTDecimalNumberpublic String getRsidRPr()
Stringpublic void setRsidRPr(String value)
value - allowed object is
Stringpublic String getRsidDel()
Stringpublic void setRsidDel(String value)
value - allowed object is
Stringpublic String getRsidR()
Stringpublic void setRsidR(String value)
value - allowed object is
Stringpublic String getRsidSect()
Stringpublic void setRsidSect(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.