All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  CT_LinearShadeProperties
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
 * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTLinearShadeProperties
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.main;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_LinearShadeProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTLinearShadeProperties extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctlinearshadeproperties7f0ctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "ang" attribute
     */
    int getAng();

    /**
     * Gets (as xml) the "ang" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STPositiveFixedAngle xgetAng();

    /**
     * True if has "ang" attribute
     */
    boolean isSetAng();

    /**
     * Sets the "ang" attribute
     */
    void setAng(int ang);

    /**
     * Sets (as xml) the "ang" attribute
     */
    void xsetAng(org.openxmlformats.schemas.drawingml.x2006.main.STPositiveFixedAngle ang);

    /**
     * Unsets the "ang" attribute
     */
    void unsetAng();

    /**
     * Gets the "scaled" attribute
     */
    boolean getScaled();

    /**
     * Gets (as xml) the "scaled" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetScaled();

    /**
     * True if has "scaled" attribute
     */
    boolean isSetScaled();

    /**
     * Sets the "scaled" attribute
     */
    void setScaled(boolean scaled);

    /**
     * Sets (as xml) the "scaled" attribute
     */
    void xsetScaled(org.apache.xmlbeans.XmlBoolean scaled);

    /**
     * Unsets the "scaled" attribute
     */
    void unsetScaled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy