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

org.afplib.afplib.TextOrientation Maven / Gradle / Ivy

/**
 */
package org.afplib.afplib;

import org.afplib.base.Triplet;

/**
 * 
 * A representation of the model object 'Text Orientation'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.afplib.afplib.TextOrientation#getIAxis IAxis}
  • *
  • {@link org.afplib.afplib.TextOrientation#getBAxis BAxis}
  • *
* * @see org.afplib.afplib.AfplibPackage#getTextOrientation() * @model * @generated */ public interface TextOrientation extends Triplet { /** * Returns the value of the 'IAxis' attribute. * * * *

mandatory
fixed length

* * @return the value of the 'IAxis' attribute. * @see #setIAxis(Integer) * @see org.afplib.afplib.AfplibPackage#getTextOrientation_IAxis() * @model required="true" * @generated */ Integer getIAxis(); /** * Sets the value of the '{@link org.afplib.afplib.TextOrientation#getIAxis IAxis}' attribute. * * * @param value the new value of the 'IAxis' attribute. * @see #getIAxis() * @generated */ void setIAxis(Integer value); /** * Returns the value of the 'BAxis' attribute. * * * *

mandatory
fixed length

* * @return the value of the 'BAxis' attribute. * @see #setBAxis(Integer) * @see org.afplib.afplib.AfplibPackage#getTextOrientation_BAxis() * @model required="true" * @generated */ Integer getBAxis(); /** * Sets the value of the '{@link org.afplib.afplib.TextOrientation#getBAxis BAxis}' attribute. * * * @param value the new value of the 'BAxis' attribute. * @see #getBAxis() * @generated */ void setBAxis(Integer value); } // TextOrientation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy