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

com.microsoft.schemas.office.word.x2012.wordml.AppearanceDocument Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
/*
 * An XML document type.
 * Localname: appearance
 * Namespace: http://schemas.microsoft.com/office/word/2012/wordml
 * Java type: com.microsoft.schemas.office.word.x2012.wordml.AppearanceDocument
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.word.x2012.wordml;

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;


/**
 * A document containing one appearance(@http://schemas.microsoft.com/office/word/2012/wordml) element.
 *
 * This is a complex type.
 */
public interface AppearanceDocument extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "appearancec12edoctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "appearance" element
     */
    com.microsoft.schemas.office.word.x2012.wordml.CTSdtAppearance getAppearance();

    /**
     * Sets the "appearance" element
     */
    void setAppearance(com.microsoft.schemas.office.word.x2012.wordml.CTSdtAppearance appearance);

    /**
     * Appends and returns a new empty "appearance" element
     */
    com.microsoft.schemas.office.word.x2012.wordml.CTSdtAppearance addNewAppearance();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy