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()
CTFtnProps
public void setFootnotePr(CTFtnProps value)
value
- allowed object is
CTFtnProps
public CTEdnProps getEndnotePr()
CTEdnProps
public void setEndnotePr(CTEdnProps value)
value
- allowed object is
CTEdnProps
public SectPr.Type getType()
SectPr.Type
public void setType(SectPr.Type value)
value
- allowed object is
SectPr.Type
public SectPr.PgSz getPgSz()
SectPr.PgSz
public void setPgSz(SectPr.PgSz value)
value
- allowed object is
SectPr.PgSz
public SectPr.PgMar getPgMar()
SectPr.PgMar
public void setPgMar(SectPr.PgMar value)
value
- allowed object is
SectPr.PgMar
public CTPaperSource getPaperSrc()
CTPaperSource
public void setPaperSrc(CTPaperSource value)
value
- allowed object is
CTPaperSource
public SectPr.PgBorders getPgBorders()
SectPr.PgBorders
public void setPgBorders(SectPr.PgBorders value)
value
- allowed object is
SectPr.PgBorders
public CTLineNumber getLnNumType()
CTLineNumber
public void setLnNumType(CTLineNumber value)
value
- allowed object is
CTLineNumber
public CTPageNumber getPgNumType()
CTPageNumber
public void setPgNumType(CTPageNumber value)
value
- allowed object is
CTPageNumber
public CTColumns getCols()
CTColumns
public void setCols(CTColumns value)
value
- allowed object is
CTColumns
public BooleanDefaultTrue getFormProt()
BooleanDefaultTrue
public void setFormProt(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public CTVerticalJc getVAlign()
CTVerticalJc
public void setVAlign(CTVerticalJc value)
value
- allowed object is
CTVerticalJc
public BooleanDefaultTrue getNoEndnote()
BooleanDefaultTrue
public void setNoEndnote(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public BooleanDefaultTrue getTitlePg()
BooleanDefaultTrue
public void setTitlePg(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public TextDirection getTextDirection()
TextDirection
public void setTextDirection(TextDirection value)
value
- allowed object is
TextDirection
public BooleanDefaultTrue getBidi()
BooleanDefaultTrue
public void setBidi(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public BooleanDefaultTrue getRtlGutter()
BooleanDefaultTrue
public void setRtlGutter(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public CTDocGrid getDocGrid()
CTDocGrid
public void setDocGrid(CTDocGrid value)
value
- allowed object is
CTDocGrid
public CTRel getPrinterSettings()
CTRel
public void setPrinterSettings(CTRel value)
value
- allowed object is
CTRel
public CTDecimalNumber getFootnoteColumns()
CTDecimalNumber
public void setFootnoteColumns(CTDecimalNumber value)
value
- allowed object is
CTDecimalNumber
public String getRsidRPr()
String
public void setRsidRPr(String value)
value
- allowed object is
String
public String getRsidDel()
String
public void setRsidDel(String value)
value
- allowed object is
String
public String getRsidR()
String
public void setRsidR(String value)
value
- allowed object is
String
public String getRsidSect()
String
public void setRsidSect(String value)
value
- allowed object is
String
public 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-2018. All Rights Reserved.