public class CTLayoutMode extends Object
Java class for CT_LayoutMode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LayoutMode"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_LayoutMode" default="factor" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STLayoutMode |
val |
Constructor and Description |
---|
CTLayoutMode() |
Modifier and Type | Method and Description |
---|---|
STLayoutMode |
getVal()
Gets the value of the val property.
|
void |
setVal(STLayoutMode value)
Sets the value of the val property.
|
protected STLayoutMode val
public STLayoutMode getVal()
STLayoutMode
public void setVal(STLayoutMode value)
value
- allowed object is
STLayoutMode
Copyright © 2007-2014. All Rights Reserved.