Class CTColorScheme

java.lang.Object
org.docx4j.dml.CTColorScheme
All Implemented Interfaces:
Child

public class CTColorScheme extends Object implements Child

Java class for CT_ColorScheme complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ColorScheme">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dk1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="lt1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="dk2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="lt2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent1" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent2" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent3" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent4" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent5" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="accent6" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="hlink" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="folHlink" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTColorScheme

      public CTColorScheme()
  • Method Details

    • getDk1

      public CTColor getDk1()
      Gets the value of the dk1 property.
      Returns:
      possible object is CTColor
    • setDk1

      public void setDk1(CTColor value)
      Sets the value of the dk1 property.
      Parameters:
      value - allowed object is CTColor
    • getLt1

      public CTColor getLt1()
      Gets the value of the lt1 property.
      Returns:
      possible object is CTColor
    • setLt1

      public void setLt1(CTColor value)
      Sets the value of the lt1 property.
      Parameters:
      value - allowed object is CTColor
    • getDk2

      public CTColor getDk2()
      Gets the value of the dk2 property.
      Returns:
      possible object is CTColor
    • setDk2

      public void setDk2(CTColor value)
      Sets the value of the dk2 property.
      Parameters:
      value - allowed object is CTColor
    • getLt2

      public CTColor getLt2()
      Gets the value of the lt2 property.
      Returns:
      possible object is CTColor
    • setLt2

      public void setLt2(CTColor value)
      Sets the value of the lt2 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent1

      public CTColor getAccent1()
      Gets the value of the accent1 property.
      Returns:
      possible object is CTColor
    • setAccent1

      public void setAccent1(CTColor value)
      Sets the value of the accent1 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent2

      public CTColor getAccent2()
      Gets the value of the accent2 property.
      Returns:
      possible object is CTColor
    • setAccent2

      public void setAccent2(CTColor value)
      Sets the value of the accent2 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent3

      public CTColor getAccent3()
      Gets the value of the accent3 property.
      Returns:
      possible object is CTColor
    • setAccent3

      public void setAccent3(CTColor value)
      Sets the value of the accent3 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent4

      public CTColor getAccent4()
      Gets the value of the accent4 property.
      Returns:
      possible object is CTColor
    • setAccent4

      public void setAccent4(CTColor value)
      Sets the value of the accent4 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent5

      public CTColor getAccent5()
      Gets the value of the accent5 property.
      Returns:
      possible object is CTColor
    • setAccent5

      public void setAccent5(CTColor value)
      Sets the value of the accent5 property.
      Parameters:
      value - allowed object is CTColor
    • getAccent6

      public CTColor getAccent6()
      Gets the value of the accent6 property.
      Returns:
      possible object is CTColor
    • setAccent6

      public void setAccent6(CTColor value)
      Sets the value of the accent6 property.
      Parameters:
      value - allowed object is CTColor
    • getHlink

      public CTColor getHlink()
      Gets the value of the hlink property.
      Returns:
      possible object is CTColor
    • setHlink

      public void setHlink(CTColor value)
      Sets the value of the hlink property.
      Parameters:
      value - allowed object is CTColor
    • getFolHlink

      public CTColor getFolHlink()
      Gets the value of the folHlink property.
      Returns:
      possible object is CTColor
    • setFolHlink

      public void setFolHlink(CTColor value)
      Sets the value of the folHlink property.
      Parameters:
      value - allowed object is CTColor
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.