
org.afplib.afplib.FontHorizontalScaleFactor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of afplib Show documentation
Show all versions of afplib Show documentation
Java object library able to read and write AFP (Advanced Function Presentation) files.
The newest version!
/**
*/
package org.afplib.afplib;
import org.afplib.base.Triplet;
/**
*
* A representation of the model object 'Font Horizontal Scale Factor'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.FontHorizontalScaleFactor#getHscale Hscale}
*
*
* @see org.afplib.afplib.AfplibPackage#getFontHorizontalScaleFactor()
* @model
* @generated
*/
public interface FontHorizontalScaleFactor extends Triplet {
/**
* Returns the value of the 'Hscale' attribute.
*
*
*
* mandatory
fixed length
*
* @return the value of the 'Hscale' attribute.
* @see #setHscale(Integer)
* @see org.afplib.afplib.AfplibPackage#getFontHorizontalScaleFactor_Hscale()
* @model required="true"
* @generated
*/
Integer getHscale();
/**
* Sets the value of the '{@link org.afplib.afplib.FontHorizontalScaleFactor#getHscale Hscale}' attribute.
*
*
* @param value the new value of the 'Hscale' attribute.
* @see #getHscale()
* @generated
*/
void setHscale(Integer value);
} // FontHorizontalScaleFactor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy