Package org.docx4j.wml
Class CTFramePr
java.lang.Object
org.docx4j.wml.CTFramePr
- All Implemented Interfaces:
Child
public class CTFramePr extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleananchorLockprotected STDropCapdropCapprotected java.math.BigIntegerhprotected STHAnchorhAnchorprotected STHeightRulehRuleprotected java.math.BigIntegerhSpaceprotected java.math.BigIntegerlinesprotected STVAnchorvAnchorprotected java.math.BigIntegervSpaceprotected java.math.BigIntegerwprotected STWrapwrapprotected java.math.BigIntegerxprotected STXAlignxAlignprotected java.math.BigIntegeryprotected STYAlignyAlign -
Constructor Summary
Constructors Constructor Description CTFramePr() -
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.STDropCapgetDropCap()Gets the value of the dropCap property.java.math.BigIntegergetH()Gets the value of the h property.STHAnchorgetHAnchor()Gets the value of the hAnchor property.STHeightRulegetHRule()Gets the value of the hRule property.java.math.BigIntegergetHSpace()Gets the value of the hSpace property.java.math.BigIntegergetLines()Gets the value of the lines property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STVAnchorgetVAnchor()Gets the value of the vAnchor property.java.math.BigIntegergetVSpace()Gets the value of the vSpace property.java.math.BigIntegergetW()Gets the value of the w property.STWrapgetWrap()Gets the value of the wrap property.java.math.BigIntegergetX()Gets the value of the x property.STXAligngetXAlign()Gets the value of the xAlign property.java.math.BigIntegergetY()Gets the value of the y property.STYAligngetYAlign()Gets the value of the yAlign property.booleanisAnchorLock()Gets the value of the anchorLock property.voidsetAnchorLock(java.lang.Boolean value)Sets the value of the anchorLock property.voidsetDropCap(STDropCap value)Sets the value of the dropCap property.voidsetH(java.math.BigInteger value)Sets the value of the h property.voidsetHAnchor(STHAnchor value)Sets the value of the hAnchor property.voidsetHRule(STHeightRule value)Sets the value of the hRule property.voidsetHSpace(java.math.BigInteger value)Sets the value of the hSpace property.voidsetLines(java.math.BigInteger value)Sets the value of the lines property.voidsetParent(java.lang.Object parent)voidsetVAnchor(STVAnchor value)Sets the value of the vAnchor property.voidsetVSpace(java.math.BigInteger value)Sets the value of the vSpace property.voidsetW(java.math.BigInteger value)Sets the value of the w property.voidsetWrap(STWrap value)Sets the value of the wrap property.voidsetX(java.math.BigInteger value)Sets the value of the x property.voidsetXAlign(STXAlign value)Sets the value of the xAlign property.voidsetY(java.math.BigInteger value)Sets the value of the y property.voidsetYAlign(STYAlign value)Sets the value of the yAlign property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dropCap
-
lines
protected java.math.BigInteger lines -
w
protected java.math.BigInteger w -
h
protected java.math.BigInteger h -
vSpace
protected java.math.BigInteger vSpace -
hSpace
protected java.math.BigInteger hSpace -
wrap
-
hAnchor
-
vAnchor
-
x
protected java.math.BigInteger x -
xAlign
-
y
protected java.math.BigInteger y -
yAlign
-
hRule
-
anchorLock
protected java.lang.Boolean anchorLock
-
-
Constructor Details
-
CTFramePr
public CTFramePr()
-
-
Method Details
-
getDropCap
Gets the value of the dropCap property.- Returns:
- possible object is
STDropCap
-
setDropCap
Sets the value of the dropCap property.- Parameters:
value- allowed object isSTDropCap
-
getLines
public java.math.BigInteger getLines()Gets the value of the lines property.- Returns:
- possible object is
BigInteger
-
setLines
public void setLines(java.math.BigInteger value)Sets the value of the lines property.- Parameters:
value- allowed object isBigInteger
-
getW
public java.math.BigInteger getW()Gets the value of the w property.- Returns:
- possible object is
BigInteger
-
setW
public void setW(java.math.BigInteger value)Sets the value of the w property.- Parameters:
value- allowed object isBigInteger
-
getH
public java.math.BigInteger getH()Gets the value of the h property.- Returns:
- possible object is
BigInteger
-
setH
public void setH(java.math.BigInteger value)Sets the value of the h property.- Parameters:
value- allowed object isBigInteger
-
getVSpace
public java.math.BigInteger getVSpace()Gets the value of the vSpace property.- Returns:
- possible object is
BigInteger
-
setVSpace
public void setVSpace(java.math.BigInteger value)Sets the value of the vSpace property.- Parameters:
value- allowed object isBigInteger
-
getHSpace
public java.math.BigInteger getHSpace()Gets the value of the hSpace property.- Returns:
- possible object is
BigInteger
-
setHSpace
public void setHSpace(java.math.BigInteger value)Sets the value of the hSpace property.- Parameters:
value- allowed object isBigInteger
-
getWrap
Gets the value of the wrap property.- Returns:
- possible object is
STWrap
-
setWrap
Sets the value of the wrap property.- Parameters:
value- allowed object isSTWrap
-
getHAnchor
Gets the value of the hAnchor property.- Returns:
- possible object is
STHAnchor
-
setHAnchor
Sets the value of the hAnchor property.- Parameters:
value- allowed object isSTHAnchor
-
getVAnchor
Gets the value of the vAnchor property.- Returns:
- possible object is
STVAnchor
-
setVAnchor
Sets the value of the vAnchor property.- Parameters:
value- allowed object isSTVAnchor
-
getX
public java.math.BigInteger getX()Gets the value of the x property.- Returns:
- possible object is
BigInteger
-
setX
public void setX(java.math.BigInteger value)Sets the value of the x property.- Parameters:
value- allowed object isBigInteger
-
getXAlign
Gets the value of the xAlign property.- Returns:
- possible object is
STXAlign
-
setXAlign
Sets the value of the xAlign property.- Parameters:
value- allowed object isSTXAlign
-
getY
public java.math.BigInteger getY()Gets the value of the y property.- Returns:
- possible object is
BigInteger
-
setY
public void setY(java.math.BigInteger value)Sets the value of the y property.- Parameters:
value- allowed object isBigInteger
-
getYAlign
Gets the value of the yAlign property.- Returns:
- possible object is
STYAlign
-
setYAlign
Sets the value of the yAlign property.- Parameters:
value- allowed object isSTYAlign
-
getHRule
Gets the value of the hRule property.- Returns:
- possible object is
STHeightRule
-
setHRule
Sets the value of the hRule property.- Parameters:
value- allowed object isSTHeightRule
-
isAnchorLock
public boolean isAnchorLock()Gets the value of the anchorLock property.- Returns:
- possible object is
Boolean
-
setAnchorLock
public void setAnchorLock(java.lang.Boolean value)Sets the value of the anchorLock property.- Parameters:
value- allowed object isBoolean
-
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.
-