public class CTParentLabelLayout
extends java.lang.Object
Java class for CT_ParentLabelLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ParentLabelLayout">
<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_ParentLabelLayout" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STParentLabelLayout |
val |
| Constructor and Description |
|---|
CTParentLabelLayout() |
| Modifier and Type | Method and Description |
|---|---|
STParentLabelLayout |
getVal()
Gets the value of the val property.
|
void |
setVal(STParentLabelLayout value)
Sets the value of the val property.
|
protected STParentLabelLayout val
public STParentLabelLayout getVal()
STParentLabelLayoutpublic void setVal(STParentLabelLayout value)
value - allowed object is
STParentLabelLayoutCopyright © 2007–2025. All rights reserved.