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