public class CTCaption extends Object implements Child
Java class for CT_Caption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Caption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="pos" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_CaptionPos" />
<attribute name="chapNum" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="heading" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="noLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="numFmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}NumberFormat" />
<attribute name="sep" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ChapterSep" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
chapNum |
protected BigInteger |
heading |
protected String |
name |
protected Boolean |
noLabel |
protected NumberFormat |
numFmt |
protected STCaptionPos |
pos |
protected STChapterSep |
sep |
| Constructor and Description |
|---|
CTCaption() |
| 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.
|
BigInteger |
getHeading()
Gets the value of the heading property.
|
String |
getName()
Gets the value of the name property.
|
NumberFormat |
getNumFmt()
Gets the value of the numFmt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STCaptionPos |
getPos()
Gets the value of the pos property.
|
STChapterSep |
getSep()
Gets the value of the sep property.
|
boolean |
isChapNum()
Gets the value of the chapNum property.
|
boolean |
isNoLabel()
Gets the value of the noLabel property.
|
void |
setChapNum(Boolean value)
Sets the value of the chapNum property.
|
void |
setHeading(BigInteger value)
Sets the value of the heading property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNoLabel(Boolean value)
Sets the value of the noLabel property.
|
void |
setNumFmt(NumberFormat value)
Sets the value of the numFmt property.
|
void |
setParent(Object parent) |
void |
setPos(STCaptionPos value)
Sets the value of the pos property.
|
void |
setSep(STChapterSep value)
Sets the value of the sep property.
|
protected String name
protected STCaptionPos pos
protected Boolean chapNum
protected BigInteger heading
protected Boolean noLabel
protected NumberFormat numFmt
protected STChapterSep sep
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic STCaptionPos getPos()
STCaptionPospublic void setPos(STCaptionPos value)
value - allowed object is
STCaptionPospublic boolean isChapNum()
Booleanpublic void setChapNum(Boolean value)
value - allowed object is
Booleanpublic BigInteger getHeading()
BigIntegerpublic void setHeading(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isNoLabel()
Booleanpublic void setNoLabel(Boolean value)
value - allowed object is
Booleanpublic NumberFormat getNumFmt()
NumberFormatpublic void setNumFmt(NumberFormat value)
value - allowed object is
NumberFormatpublic STChapterSep getSep()
STChapterSeppublic void setSep(STChapterSep value)
value - allowed object is
STChapterSeppublic 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-2021. All Rights Reserved.