public class CTSizeRelH extends Object
Java class for CT_SizeRelH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SizeRelH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pctWidth" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositivePercentage"/> </sequence> <attribute name="relativeFrom" use="required" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing}ST_SizeRelFromH" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
pctWidth |
protected STSizeRelFromH |
relativeFrom |
Constructor and Description |
---|
CTSizeRelH() |
Modifier and Type | Method and Description |
---|---|
int |
getPctWidth()
Gets the value of the pctWidth property.
|
STSizeRelFromH |
getRelativeFrom()
Gets the value of the relativeFrom property.
|
void |
setPctWidth(int value)
Sets the value of the pctWidth property.
|
void |
setRelativeFrom(STSizeRelFromH value)
Sets the value of the relativeFrom property.
|
protected int pctWidth
protected STSizeRelFromH relativeFrom
public int getPctWidth()
public void setPctWidth(int value)
public STSizeRelFromH getRelativeFrom()
STSizeRelFromH
public void setRelativeFrom(STSizeRelFromH value)
value
- allowed object is
STSizeRelFromH
Copyright © 2007-2019. All Rights Reserved.