public class CTColorTransform extends Object
Java class for CT_ColorTransform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorTransform"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_CTName" maxOccurs="unbounded" minOccurs="0"/> <element name="desc" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_CTDescription" maxOccurs="unbounded" minOccurs="0"/> <element name="catLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_CTCategories" minOccurs="0"/> <element name="styleLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_CTStyleLabel" maxOccurs="unbounded" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attribute name="uniqueId" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="minVer" type="{http://www.w3.org/2001/XMLSchema}string" default="http://schemas.openxmlformats.org/drawingml/2006/diagram" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTCTCategories |
catLst |
protected List<CTCTDescription> |
desc |
protected CTOfficeArtExtensionList |
extLst |
protected String |
minVer |
protected List<CTCTStyleLabel> |
styleLbl |
protected List<CTCTName> |
title |
protected String |
uniqueId |
Constructor and Description |
---|
CTColorTransform() |
Modifier and Type | Method and Description |
---|---|
CTCTCategories |
getCatLst()
Gets the value of the catLst property.
|
List<CTCTDescription> |
getDesc()
Gets the value of the desc property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getMinVer()
Gets the value of the minVer property.
|
List<CTCTStyleLabel> |
getStyleLbl()
Gets the value of the styleLbl property.
|
List<CTCTName> |
getTitle()
Gets the value of the title property.
|
String |
getUniqueId()
Gets the value of the uniqueId property.
|
void |
setCatLst(CTCTCategories value)
Sets the value of the catLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setMinVer(String value)
Sets the value of the minVer property.
|
void |
setUniqueId(String value)
Sets the value of the uniqueId property.
|
protected List<CTCTDescription> desc
protected CTCTCategories catLst
protected List<CTCTStyleLabel> styleLbl
protected CTOfficeArtExtensionList extLst
protected String uniqueId
protected String minVer
public List<CTCTName> getTitle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
CTCTName
public List<CTCTDescription> getDesc()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the desc property.
For example, to add a new item, do as follows:
getDesc().add(newItem);
Objects of the following type(s) are allowed in the list
CTCTDescription
public CTCTCategories getCatLst()
CTCTCategories
public void setCatLst(CTCTCategories value)
value
- allowed object is
CTCTCategories
public List<CTCTStyleLabel> getStyleLbl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the styleLbl property.
For example, to add a new item, do as follows:
getStyleLbl().add(newItem);
Objects of the following type(s) are allowed in the list
CTCTStyleLabel
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getUniqueId()
String
public void setUniqueId(String value)
value
- allowed object is
String
public String getMinVer()
String
Copyright © 2007-2019. All Rights Reserved.