public class CTFramePr extends Object implements Child
Java class for CT_FramePr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FramePr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dropCap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DropCap" />
<attribute name="lines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="w" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="h" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="vSpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="hSpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="wrap" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Wrap" />
<attribute name="hAnchor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HAnchor" />
<attribute name="vAnchor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_VAnchor" />
<attribute name="x" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="xAlign" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_XAlign" />
<attribute name="y" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="yAlign" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_YAlign" />
<attribute name="hRule" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HeightRule" />
<attribute name="anchorLock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
anchorLock |
protected STDropCap |
dropCap |
protected BigInteger |
h |
protected STHAnchor |
hAnchor |
protected STHeightRule |
hRule |
protected BigInteger |
hSpace |
protected BigInteger |
lines |
protected STVAnchor |
vAnchor |
protected BigInteger |
vSpace |
protected BigInteger |
w |
protected STWrap |
wrap |
protected BigInteger |
x |
protected STXAlign |
xAlign |
protected BigInteger |
y |
protected STYAlign |
yAlign |
| Constructor and Description |
|---|
CTFramePr() |
| 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.
|
STDropCap |
getDropCap()
Gets the value of the dropCap property.
|
BigInteger |
getH()
Gets the value of the h property.
|
STHAnchor |
getHAnchor()
Gets the value of the hAnchor property.
|
STHeightRule |
getHRule()
Gets the value of the hRule property.
|
BigInteger |
getHSpace()
Gets the value of the hSpace property.
|
BigInteger |
getLines()
Gets the value of the lines property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STVAnchor |
getVAnchor()
Gets the value of the vAnchor property.
|
BigInteger |
getVSpace()
Gets the value of the vSpace property.
|
BigInteger |
getW()
Gets the value of the w property.
|
STWrap |
getWrap()
Gets the value of the wrap property.
|
BigInteger |
getX()
Gets the value of the x property.
|
STXAlign |
getXAlign()
Gets the value of the xAlign property.
|
BigInteger |
getY()
Gets the value of the y property.
|
STYAlign |
getYAlign()
Gets the value of the yAlign property.
|
boolean |
isAnchorLock()
Gets the value of the anchorLock property.
|
void |
setAnchorLock(Boolean value)
Sets the value of the anchorLock property.
|
void |
setDropCap(STDropCap value)
Sets the value of the dropCap property.
|
void |
setH(BigInteger value)
Sets the value of the h property.
|
void |
setHAnchor(STHAnchor value)
Sets the value of the hAnchor property.
|
void |
setHRule(STHeightRule value)
Sets the value of the hRule property.
|
void |
setHSpace(BigInteger value)
Sets the value of the hSpace property.
|
void |
setLines(BigInteger value)
Sets the value of the lines property.
|
void |
setParent(Object parent) |
void |
setVAnchor(STVAnchor value)
Sets the value of the vAnchor property.
|
void |
setVSpace(BigInteger value)
Sets the value of the vSpace property.
|
void |
setW(BigInteger value)
Sets the value of the w property.
|
void |
setWrap(STWrap value)
Sets the value of the wrap property.
|
void |
setX(BigInteger value)
Sets the value of the x property.
|
void |
setXAlign(STXAlign value)
Sets the value of the xAlign property.
|
void |
setY(BigInteger value)
Sets the value of the y property.
|
void |
setYAlign(STYAlign value)
Sets the value of the yAlign property.
|
protected STDropCap dropCap
protected BigInteger lines
protected BigInteger w
protected BigInteger h
protected BigInteger vSpace
protected BigInteger hSpace
protected STWrap wrap
protected STHAnchor hAnchor
protected STVAnchor vAnchor
protected BigInteger x
protected STXAlign xAlign
protected BigInteger y
protected STYAlign yAlign
protected STHeightRule hRule
protected Boolean anchorLock
public STDropCap getDropCap()
STDropCappublic void setDropCap(STDropCap value)
value - allowed object is
STDropCappublic BigInteger getLines()
BigIntegerpublic void setLines(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getW()
BigIntegerpublic void setW(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getH()
BigIntegerpublic void setH(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVSpace()
BigIntegerpublic void setVSpace(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHSpace()
BigIntegerpublic void setHSpace(BigInteger value)
value - allowed object is
BigIntegerpublic STWrap getWrap()
STWrappublic void setWrap(STWrap value)
value - allowed object is
STWrappublic STHAnchor getHAnchor()
STHAnchorpublic void setHAnchor(STHAnchor value)
value - allowed object is
STHAnchorpublic STVAnchor getVAnchor()
STVAnchorpublic void setVAnchor(STVAnchor value)
value - allowed object is
STVAnchorpublic BigInteger getX()
BigIntegerpublic void setX(BigInteger value)
value - allowed object is
BigIntegerpublic STXAlign getXAlign()
STXAlignpublic void setXAlign(STXAlign value)
value - allowed object is
STXAlignpublic BigInteger getY()
BigIntegerpublic void setY(BigInteger value)
value - allowed object is
BigIntegerpublic STYAlign getYAlign()
STYAlignpublic void setYAlign(STYAlign value)
value - allowed object is
STYAlignpublic STHeightRule getHRule()
STHeightRulepublic void setHRule(STHeightRule value)
value - allowed object is
STHeightRulepublic boolean isAnchorLock()
Booleanpublic void setAnchorLock(Boolean value)
value - allowed object is
Booleanpublic 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.