public class Column extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/layout}alignment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}width" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Alignment |
alignment |
protected Width |
width |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getAlignment()
Gets the value of the alignment property.
|
Width |
getWidth()
Gets the value of the width property.
|
boolean |
isSetAlignment() |
boolean |
isSetWidth() |
void |
setAlignment(Alignment value)
Sets the value of the alignment property.
|
void |
setWidth(Width value)
Sets the value of the width property.
|
public Alignment getAlignment()
Alignmentpublic void setAlignment(Alignment value)
value - allowed object is
Alignmentpublic boolean isSetAlignment()
public Width getWidth()
Widthpublic void setWidth(Width value)
value - allowed object is
Widthpublic boolean isSetWidth()
Copyright © 2023. All rights reserved.