com.microsoft.schemas.vml.CTBackground Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: CT_Background
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.CTBackground
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml;
/**
* An XML CT_Background(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTBackground extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctbackgroundd4ectype");
/**
* Gets the "fill" element
*/
com.microsoft.schemas.vml.CTFill getFill();
/**
* True if has "fill" element
*/
boolean isSetFill();
/**
* Sets the "fill" element
*/
void setFill(com.microsoft.schemas.vml.CTFill fill);
/**
* Appends and returns a new empty "fill" element
*/
com.microsoft.schemas.vml.CTFill addNewFill();
/**
* Unsets the "fill" element
*/
void unsetFill();
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.apache.xmlbeans.XmlString xgetId();
/**
* True if has "id" attribute
*/
boolean isSetId();
/**
* Sets the "id" attribute
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId(org.apache.xmlbeans.XmlString id);
/**
* Unsets the "id" attribute
*/
void unsetId();
/**
* Gets the "filled" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getFilled();
/**
* Gets (as xml) the "filled" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetFilled();
/**
* True if has "filled" attribute
*/
boolean isSetFilled();
/**
* Sets the "filled" attribute
*/
void setFilled(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum filled);
/**
* Sets (as xml) the "filled" attribute
*/
void xsetFilled(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse filled);
/**
* Unsets the "filled" attribute
*/
void unsetFilled();
/**
* Gets the "fillcolor" attribute
*/
java.lang.String getFillcolor();
/**
* Gets (as xml) the "fillcolor" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STColorType xgetFillcolor();
/**
* True if has "fillcolor" attribute
*/
boolean isSetFillcolor();
/**
* Sets the "fillcolor" attribute
*/
void setFillcolor(java.lang.String fillcolor);
/**
* Sets (as xml) the "fillcolor" attribute
*/
void xsetFillcolor(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STColorType fillcolor);
/**
* Unsets the "fillcolor" attribute
*/
void unsetFillcolor();
/**
* Gets the "bwmode" attribute
*/
com.microsoft.schemas.office.office.STBWMode.Enum getBwmode();
/**
* Gets (as xml) the "bwmode" attribute
*/
com.microsoft.schemas.office.office.STBWMode xgetBwmode();
/**
* True if has "bwmode" attribute
*/
boolean isSetBwmode();
/**
* Sets the "bwmode" attribute
*/
void setBwmode(com.microsoft.schemas.office.office.STBWMode.Enum bwmode);
/**
* Sets (as xml) the "bwmode" attribute
*/
void xsetBwmode(com.microsoft.schemas.office.office.STBWMode bwmode);
/**
* Unsets the "bwmode" attribute
*/
void unsetBwmode();
/**
* Gets the "bwpure" attribute
*/
com.microsoft.schemas.office.office.STBWMode.Enum getBwpure();
/**
* Gets (as xml) the "bwpure" attribute
*/
com.microsoft.schemas.office.office.STBWMode xgetBwpure();
/**
* True if has "bwpure" attribute
*/
boolean isSetBwpure();
/**
* Sets the "bwpure" attribute
*/
void setBwpure(com.microsoft.schemas.office.office.STBWMode.Enum bwpure);
/**
* Sets (as xml) the "bwpure" attribute
*/
void xsetBwpure(com.microsoft.schemas.office.office.STBWMode bwpure);
/**
* Unsets the "bwpure" attribute
*/
void unsetBwpure();
/**
* Gets the "bwnormal" attribute
*/
com.microsoft.schemas.office.office.STBWMode.Enum getBwnormal();
/**
* Gets (as xml) the "bwnormal" attribute
*/
com.microsoft.schemas.office.office.STBWMode xgetBwnormal();
/**
* True if has "bwnormal" attribute
*/
boolean isSetBwnormal();
/**
* Sets the "bwnormal" attribute
*/
void setBwnormal(com.microsoft.schemas.office.office.STBWMode.Enum bwnormal);
/**
* Sets (as xml) the "bwnormal" attribute
*/
void xsetBwnormal(com.microsoft.schemas.office.office.STBWMode bwnormal);
/**
* Unsets the "bwnormal" attribute
*/
void unsetBwnormal();
/**
* Gets the "targetscreensize" attribute
*/
com.microsoft.schemas.office.office.STScreenSize.Enum getTargetscreensize();
/**
* Gets (as xml) the "targetscreensize" attribute
*/
com.microsoft.schemas.office.office.STScreenSize xgetTargetscreensize();
/**
* True if has "targetscreensize" attribute
*/
boolean isSetTargetscreensize();
/**
* Sets the "targetscreensize" attribute
*/
void setTargetscreensize(com.microsoft.schemas.office.office.STScreenSize.Enum targetscreensize);
/**
* Sets (as xml) the "targetscreensize" attribute
*/
void xsetTargetscreensize(com.microsoft.schemas.office.office.STScreenSize targetscreensize);
/**
* Unsets the "targetscreensize" attribute
*/
void unsetTargetscreensize();
/**
* 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.vml.CTBackground newInstance() {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.vml.CTBackground newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.vml.CTBackground parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.vml.CTBackground parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.vml.CTBackground parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.vml.CTBackground parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.vml.CTBackground parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTBackground) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}