Class XDDFLinearShadeProperties

java.lang.Object
org.apache.poi.xddf.usermodel.XDDFLinearShadeProperties

@Beta public class XDDFLinearShadeProperties extends Object
  • Constructor Details

    • XDDFLinearShadeProperties

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

    • getXmlObject

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

      public Integer getAngle()
    • setAngle

      public void setAngle(Integer angle)
    • getScaled

      public Boolean getScaled()
    • setScaled

      public void setScaled(Boolean scaled)