IPageSize
public interface IPageSize
Methods
Method | Description |
---|---|
getKey() | |
getName() | |
getWidth() | |
getHeight() |
getKey()
public abstract String getKey()
Returns: java.lang.String
getName()
public abstract String getName()
Returns: java.lang.String
getWidth()
public abstract float getWidth()
Returns: float
getHeight()
public abstract float getHeight()
Returns: float