public class CTRegionLabelLayout
extends java.lang.Object
Java class for CT_RegionLabelLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RegionLabelLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_RegionLabelLayout" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STRegionLabelLayout |
val |
| Constructor and Description |
|---|
CTRegionLabelLayout() |
| Modifier and Type | Method and Description |
|---|---|
STRegionLabelLayout |
getVal()
Gets the value of the val property.
|
void |
setVal(STRegionLabelLayout value)
Sets the value of the val property.
|
protected STRegionLabelLayout val
public STRegionLabelLayout getVal()
STRegionLabelLayoutpublic void setVal(STRegionLabelLayout value)
value - allowed object is
STRegionLabelLayoutCopyright © 2007–2023. All rights reserved.