org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties 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_WebProperties
* Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
* Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.presentationml.x2006.main;
/**
* An XML CT_WebProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
*
* This is a complex type.
*/
public interface CTWebProperties extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctwebproperties5308type");
/**
* Gets the "extLst" element
*/
org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList getExtLst();
/**
* True if has "extLst" element
*/
boolean isSetExtLst();
/**
* Sets the "extLst" element
*/
void setExtLst(org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList extLst);
/**
* Appends and returns a new empty "extLst" element
*/
org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList addNewExtLst();
/**
* Unsets the "extLst" element
*/
void unsetExtLst();
/**
* Gets the "showAnimation" attribute
*/
boolean getShowAnimation();
/**
* Gets (as xml) the "showAnimation" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetShowAnimation();
/**
* True if has "showAnimation" attribute
*/
boolean isSetShowAnimation();
/**
* Sets the "showAnimation" attribute
*/
void setShowAnimation(boolean showAnimation);
/**
* Sets (as xml) the "showAnimation" attribute
*/
void xsetShowAnimation(org.apache.xmlbeans.XmlBoolean showAnimation);
/**
* Unsets the "showAnimation" attribute
*/
void unsetShowAnimation();
/**
* Gets the "resizeGraphics" attribute
*/
boolean getResizeGraphics();
/**
* Gets (as xml) the "resizeGraphics" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetResizeGraphics();
/**
* True if has "resizeGraphics" attribute
*/
boolean isSetResizeGraphics();
/**
* Sets the "resizeGraphics" attribute
*/
void setResizeGraphics(boolean resizeGraphics);
/**
* Sets (as xml) the "resizeGraphics" attribute
*/
void xsetResizeGraphics(org.apache.xmlbeans.XmlBoolean resizeGraphics);
/**
* Unsets the "resizeGraphics" attribute
*/
void unsetResizeGraphics();
/**
* Gets the "allowPng" attribute
*/
boolean getAllowPng();
/**
* Gets (as xml) the "allowPng" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetAllowPng();
/**
* True if has "allowPng" attribute
*/
boolean isSetAllowPng();
/**
* Sets the "allowPng" attribute
*/
void setAllowPng(boolean allowPng);
/**
* Sets (as xml) the "allowPng" attribute
*/
void xsetAllowPng(org.apache.xmlbeans.XmlBoolean allowPng);
/**
* Unsets the "allowPng" attribute
*/
void unsetAllowPng();
/**
* Gets the "relyOnVml" attribute
*/
boolean getRelyOnVml();
/**
* Gets (as xml) the "relyOnVml" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetRelyOnVml();
/**
* True if has "relyOnVml" attribute
*/
boolean isSetRelyOnVml();
/**
* Sets the "relyOnVml" attribute
*/
void setRelyOnVml(boolean relyOnVml);
/**
* Sets (as xml) the "relyOnVml" attribute
*/
void xsetRelyOnVml(org.apache.xmlbeans.XmlBoolean relyOnVml);
/**
* Unsets the "relyOnVml" attribute
*/
void unsetRelyOnVml();
/**
* Gets the "organizeInFolders" attribute
*/
boolean getOrganizeInFolders();
/**
* Gets (as xml) the "organizeInFolders" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetOrganizeInFolders();
/**
* True if has "organizeInFolders" attribute
*/
boolean isSetOrganizeInFolders();
/**
* Sets the "organizeInFolders" attribute
*/
void setOrganizeInFolders(boolean organizeInFolders);
/**
* Sets (as xml) the "organizeInFolders" attribute
*/
void xsetOrganizeInFolders(org.apache.xmlbeans.XmlBoolean organizeInFolders);
/**
* Unsets the "organizeInFolders" attribute
*/
void unsetOrganizeInFolders();
/**
* Gets the "useLongFilenames" attribute
*/
boolean getUseLongFilenames();
/**
* Gets (as xml) the "useLongFilenames" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetUseLongFilenames();
/**
* True if has "useLongFilenames" attribute
*/
boolean isSetUseLongFilenames();
/**
* Sets the "useLongFilenames" attribute
*/
void setUseLongFilenames(boolean useLongFilenames);
/**
* Sets (as xml) the "useLongFilenames" attribute
*/
void xsetUseLongFilenames(org.apache.xmlbeans.XmlBoolean useLongFilenames);
/**
* Unsets the "useLongFilenames" attribute
*/
void unsetUseLongFilenames();
/**
* Gets the "imgSz" attribute
*/
org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum getImgSz();
/**
* Gets (as xml) the "imgSz" attribute
*/
org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize xgetImgSz();
/**
* True if has "imgSz" attribute
*/
boolean isSetImgSz();
/**
* Sets the "imgSz" attribute
*/
void setImgSz(org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum imgSz);
/**
* Sets (as xml) the "imgSz" attribute
*/
void xsetImgSz(org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize imgSz);
/**
* Unsets the "imgSz" attribute
*/
void unsetImgSz();
/**
* Gets the "encoding" attribute
*/
java.lang.String getEncoding();
/**
* Gets (as xml) the "encoding" attribute
*/
org.openxmlformats.schemas.presentationml.x2006.main.STWebEncoding xgetEncoding();
/**
* True if has "encoding" attribute
*/
boolean isSetEncoding();
/**
* Sets the "encoding" attribute
*/
void setEncoding(java.lang.String encoding);
/**
* Sets (as xml) the "encoding" attribute
*/
void xsetEncoding(org.openxmlformats.schemas.presentationml.x2006.main.STWebEncoding encoding);
/**
* Unsets the "encoding" attribute
*/
void unsetEncoding();
/**
* Gets the "clr" attribute
*/
org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum getClr();
/**
* Gets (as xml) the "clr" attribute
*/
org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType xgetClr();
/**
* True if has "clr" attribute
*/
boolean isSetClr();
/**
* Sets the "clr" attribute
*/
void setClr(org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum clr);
/**
* Sets (as xml) the "clr" attribute
*/
void xsetClr(org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType clr);
/**
* Unsets the "clr" attribute
*/
void unsetClr();
/**
* 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 org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties newInstance() {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().newInstance( type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( xmlAsString, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( file, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( file, type, options ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( u, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( u, type, options ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( is, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( is, type, options ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( r, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( r, type, options ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( sr, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( sr, type, options ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( node, type, null ); }
public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}