Class XDDFLinearShadeProperties


  • @Beta
    public class XDDFLinearShadeProperties
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected XDDFLinearShadeProperties​(org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAngle()  
      java.lang.Boolean getScaled()  
      protected org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties getXmlObject()  
      void setAngle​(java.lang.Integer angle)  
      void setScaled​(java.lang.Boolean scaled)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XDDFLinearShadeProperties

        protected XDDFLinearShadeProperties​(org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties properties)
    • Method Detail

      • getXmlObject

        @Internal
        protected org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties getXmlObject()
      • getAngle

        public java.lang.Integer getAngle()
      • setAngle

        public void setAngle​(java.lang.Integer angle)
      • getScaled

        public java.lang.Boolean getScaled()
      • setScaled

        public void setScaled​(java.lang.Boolean scaled)