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

com.microsoft.schemas.office.powerpoint.impl.CTEmptyImpl Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 62
Show newest version
/*
 * XML Type:  CT_Empty
 * Namespace: urn:schemas-microsoft-com:office:powerpoint
 * Java type: com.microsoft.schemas.office.powerpoint.CTEmpty
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.powerpoint.impl;
/**
 * An XML CT_Empty(@urn:schemas-microsoft-com:office:powerpoint).
 *
 * This is a complex type.
 */
public class CTEmptyImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.powerpoint.CTEmpty {
    private static final long serialVersionUID = 1L;
    
    public CTEmptyImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType);
    }
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy