Class XDDFColor

    • Field Detail

      • container

        protected org.openxmlformats.schemas.drawingml.x2006.main.CTColor container
    • Constructor Detail

      • XDDFColor

        @Internal
        protected XDDFColor​(org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
    • Method Detail

      • from

        public static XDDFColor from​(byte[] color)
      • from

        public static XDDFColor from​(int red,
                                     int green,
                                     int blue)
      • forColorContainer

        @Internal
        public static XDDFColor forColorContainer​(org.openxmlformats.schemas.drawingml.x2006.main.CTColor container)
      • getColorContainer

        @Internal
        public org.openxmlformats.schemas.drawingml.x2006.main.CTColor getColorContainer()
      • getXmlObject

        @Internal
        protected abstract org.apache.xmlbeans.XmlObject getXmlObject()