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

com.microsoft.schemas.office.word.impl.CTAnchorLockImpl Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy