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

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

There is a newer version: 5.2.5
Show newest version
/*
 * An XML attribute type.
 * Localname: restartNumberingAfterBreak
 * Namespace: http://schemas.microsoft.com/office/word/2012/wordml
 * Java type: com.microsoft.schemas.office.word.x2012.wordml.RestartNumberingAfterBreakAttribute
 *
 * 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 restartNumberingAfterBreak(@http://schemas.microsoft.com/office/word/2012/wordml) attribute.
 *
 * This is a complex type.
 */
public interface RestartNumberingAfterBreakAttribute extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "restartnumberingafterbreak8873attrtypetype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "restartNumberingAfterBreak" attribute
     */
    java.lang.Object getRestartNumberingAfterBreak();

    /**
     * Gets (as xml) the "restartNumberingAfterBreak" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetRestartNumberingAfterBreak();

    /**
     * True if has "restartNumberingAfterBreak" attribute
     */
    boolean isSetRestartNumberingAfterBreak();

    /**
     * Sets the "restartNumberingAfterBreak" attribute
     */
    void setRestartNumberingAfterBreak(java.lang.Object restartNumberingAfterBreak);

    /**
     * Sets (as xml) the "restartNumberingAfterBreak" attribute
     */
    void xsetRestartNumberingAfterBreak(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff restartNumberingAfterBreak);

    /**
     * Unsets the "restartNumberingAfterBreak" attribute
     */
    void unsetRestartNumberingAfterBreak();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy