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

com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  HeaderFooterFont_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main;


/**
 * An XML HeaderFooterFont_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public interface HeaderFooterFontType extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("headerfooterfonttypee9e2type");
    
    /**
     * Gets the "Height" attribute
     */
    int getHeight();
    
    /**
     * Gets (as xml) the "Height" attribute
     */
    org.apache.xmlbeans.XmlInt xgetHeight();
    
    /**
     * True if has "Height" attribute
     */
    boolean isSetHeight();
    
    /**
     * Sets the "Height" attribute
     */
    void setHeight(int height);
    
    /**
     * Sets (as xml) the "Height" attribute
     */
    void xsetHeight(org.apache.xmlbeans.XmlInt height);
    
    /**
     * Unsets the "Height" attribute
     */
    void unsetHeight();
    
    /**
     * Gets the "Width" attribute
     */
    int getWidth();
    
    /**
     * Gets (as xml) the "Width" attribute
     */
    org.apache.xmlbeans.XmlInt xgetWidth();
    
    /**
     * True if has "Width" attribute
     */
    boolean isSetWidth();
    
    /**
     * Sets the "Width" attribute
     */
    void setWidth(int width);
    
    /**
     * Sets (as xml) the "Width" attribute
     */
    void xsetWidth(org.apache.xmlbeans.XmlInt width);
    
    /**
     * Unsets the "Width" attribute
     */
    void unsetWidth();
    
    /**
     * Gets the "Escapement" attribute
     */
    int getEscapement();
    
    /**
     * Gets (as xml) the "Escapement" attribute
     */
    org.apache.xmlbeans.XmlInt xgetEscapement();
    
    /**
     * True if has "Escapement" attribute
     */
    boolean isSetEscapement();
    
    /**
     * Sets the "Escapement" attribute
     */
    void setEscapement(int escapement);
    
    /**
     * Sets (as xml) the "Escapement" attribute
     */
    void xsetEscapement(org.apache.xmlbeans.XmlInt escapement);
    
    /**
     * Unsets the "Escapement" attribute
     */
    void unsetEscapement();
    
    /**
     * Gets the "Orientation" attribute
     */
    int getOrientation();
    
    /**
     * Gets (as xml) the "Orientation" attribute
     */
    org.apache.xmlbeans.XmlInt xgetOrientation();
    
    /**
     * True if has "Orientation" attribute
     */
    boolean isSetOrientation();
    
    /**
     * Sets the "Orientation" attribute
     */
    void setOrientation(int orientation);
    
    /**
     * Sets (as xml) the "Orientation" attribute
     */
    void xsetOrientation(org.apache.xmlbeans.XmlInt orientation);
    
    /**
     * Unsets the "Orientation" attribute
     */
    void unsetOrientation();
    
    /**
     * Gets the "Weight" attribute
     */
    int getWeight();
    
    /**
     * Gets (as xml) the "Weight" attribute
     */
    org.apache.xmlbeans.XmlInt xgetWeight();
    
    /**
     * True if has "Weight" attribute
     */
    boolean isSetWeight();
    
    /**
     * Sets the "Weight" attribute
     */
    void setWeight(int weight);
    
    /**
     * Sets (as xml) the "Weight" attribute
     */
    void xsetWeight(org.apache.xmlbeans.XmlInt weight);
    
    /**
     * Unsets the "Weight" attribute
     */
    void unsetWeight();
    
    /**
     * Gets the "Italic" attribute
     */
    short getItalic();
    
    /**
     * Gets (as xml) the "Italic" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetItalic();
    
    /**
     * True if has "Italic" attribute
     */
    boolean isSetItalic();
    
    /**
     * Sets the "Italic" attribute
     */
    void setItalic(short italic);
    
    /**
     * Sets (as xml) the "Italic" attribute
     */
    void xsetItalic(org.apache.xmlbeans.XmlUnsignedByte italic);
    
    /**
     * Unsets the "Italic" attribute
     */
    void unsetItalic();
    
    /**
     * Gets the "Underline" attribute
     */
    short getUnderline();
    
    /**
     * Gets (as xml) the "Underline" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetUnderline();
    
    /**
     * True if has "Underline" attribute
     */
    boolean isSetUnderline();
    
    /**
     * Sets the "Underline" attribute
     */
    void setUnderline(short underline);
    
    /**
     * Sets (as xml) the "Underline" attribute
     */
    void xsetUnderline(org.apache.xmlbeans.XmlUnsignedByte underline);
    
    /**
     * Unsets the "Underline" attribute
     */
    void unsetUnderline();
    
    /**
     * Gets the "StrikeOut" attribute
     */
    short getStrikeOut();
    
    /**
     * Gets (as xml) the "StrikeOut" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetStrikeOut();
    
    /**
     * True if has "StrikeOut" attribute
     */
    boolean isSetStrikeOut();
    
    /**
     * Sets the "StrikeOut" attribute
     */
    void setStrikeOut(short strikeOut);
    
    /**
     * Sets (as xml) the "StrikeOut" attribute
     */
    void xsetStrikeOut(org.apache.xmlbeans.XmlUnsignedByte strikeOut);
    
    /**
     * Unsets the "StrikeOut" attribute
     */
    void unsetStrikeOut();
    
    /**
     * Gets the "CharSet" attribute
     */
    short getCharSet();
    
    /**
     * Gets (as xml) the "CharSet" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetCharSet();
    
    /**
     * True if has "CharSet" attribute
     */
    boolean isSetCharSet();
    
    /**
     * Sets the "CharSet" attribute
     */
    void setCharSet(short charSet);
    
    /**
     * Sets (as xml) the "CharSet" attribute
     */
    void xsetCharSet(org.apache.xmlbeans.XmlUnsignedByte charSet);
    
    /**
     * Unsets the "CharSet" attribute
     */
    void unsetCharSet();
    
    /**
     * Gets the "OutPrecision" attribute
     */
    short getOutPrecision();
    
    /**
     * Gets (as xml) the "OutPrecision" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetOutPrecision();
    
    /**
     * True if has "OutPrecision" attribute
     */
    boolean isSetOutPrecision();
    
    /**
     * Sets the "OutPrecision" attribute
     */
    void setOutPrecision(short outPrecision);
    
    /**
     * Sets (as xml) the "OutPrecision" attribute
     */
    void xsetOutPrecision(org.apache.xmlbeans.XmlUnsignedByte outPrecision);
    
    /**
     * Unsets the "OutPrecision" attribute
     */
    void unsetOutPrecision();
    
    /**
     * Gets the "ClipPrecision" attribute
     */
    short getClipPrecision();
    
    /**
     * Gets (as xml) the "ClipPrecision" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetClipPrecision();
    
    /**
     * True if has "ClipPrecision" attribute
     */
    boolean isSetClipPrecision();
    
    /**
     * Sets the "ClipPrecision" attribute
     */
    void setClipPrecision(short clipPrecision);
    
    /**
     * Sets (as xml) the "ClipPrecision" attribute
     */
    void xsetClipPrecision(org.apache.xmlbeans.XmlUnsignedByte clipPrecision);
    
    /**
     * Unsets the "ClipPrecision" attribute
     */
    void unsetClipPrecision();
    
    /**
     * Gets the "Quality" attribute
     */
    short getQuality();
    
    /**
     * Gets (as xml) the "Quality" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetQuality();
    
    /**
     * True if has "Quality" attribute
     */
    boolean isSetQuality();
    
    /**
     * Sets the "Quality" attribute
     */
    void setQuality(short quality);
    
    /**
     * Sets (as xml) the "Quality" attribute
     */
    void xsetQuality(org.apache.xmlbeans.XmlUnsignedByte quality);
    
    /**
     * Unsets the "Quality" attribute
     */
    void unsetQuality();
    
    /**
     * Gets the "PitchAndFamily" attribute
     */
    short getPitchAndFamily();
    
    /**
     * Gets (as xml) the "PitchAndFamily" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetPitchAndFamily();
    
    /**
     * True if has "PitchAndFamily" attribute
     */
    boolean isSetPitchAndFamily();
    
    /**
     * Sets the "PitchAndFamily" attribute
     */
    void setPitchAndFamily(short pitchAndFamily);
    
    /**
     * Sets (as xml) the "PitchAndFamily" attribute
     */
    void xsetPitchAndFamily(org.apache.xmlbeans.XmlUnsignedByte pitchAndFamily);
    
    /**
     * Unsets the "PitchAndFamily" attribute
     */
    void unsetPitchAndFamily();
    
    /**
     * Gets the "FaceName" attribute
     */
    java.lang.String getFaceName();
    
    /**
     * Gets (as xml) the "FaceName" attribute
     */
    org.apache.xmlbeans.XmlString xgetFaceName();
    
    /**
     * True if has "FaceName" attribute
     */
    boolean isSetFaceName();
    
    /**
     * Sets the "FaceName" attribute
     */
    void setFaceName(java.lang.String faceName);
    
    /**
     * Sets (as xml) the "FaceName" attribute
     */
    void xsetFaceName(org.apache.xmlbeans.XmlString faceName);
    
    /**
     * Unsets the "FaceName" attribute
     */
    void unsetFaceName();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType newInstance() {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.HeaderFooterFontType) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy