Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the NumberUp attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium. This is useful to mirror the text layout conventions of different scripts. For example, English is "toright-tobottom", Hebrew is "toleft-tobottom" and Japanese is usually "tobottom-toleft".
IPP Compatibility: This attribute is not an IPP 1.1 attribute; it is an attribute in the Production Printing Extension (PDF) of IPP 1.1. The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.
Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the NumberUp attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium. This is useful to mirror the text layout conventions of different scripts. For example, English is "toright-tobottom", Hebrew is "toleft-tobottom" and Japanese is usually "tobottom-toleft". IPP Compatibility: This attribute is not an IPP 1.1 attribute; it is an attribute in the Production Printing Extension (PDF) of IPP 1.1. The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.
Static Constant.
Pages are laid out in columns starting at the top right, proceeding towards the bottom & left.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in columns starting at the top right, proceeding towards the bottom & left. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in columns starting at the top left, proceeding towards the bottom & right.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in columns starting at the top left, proceeding towards the bottom & right. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in rows starting at the top right, proceeding towards the left & bottom.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in rows starting at the top right, proceeding towards the left & bottom. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in rows starting at the bottom right, proceeding towards the left & top.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in rows starting at the bottom right, proceeding towards the left & top. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in rows starting at the top left, proceeding towards the right & bottom.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in rows starting at the top left, proceeding towards the right & bottom. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in rows starting at the bottom left, proceeding towards the right & top.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in rows starting at the bottom left, proceeding towards the right & top. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in columns starting at the bottom right, proceeding towards the top & left.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in columns starting at the bottom right, proceeding towards the top & left. type: javax.print.attribute.standard.PresentationDirection
Static Constant.
Pages are laid out in columns starting at the bottom left, proceeding towards the top & right.
type: javax.print.attribute.standard.PresentationDirection
Static Constant. Pages are laid out in columns starting at the bottom left, proceeding towards the top & right. type: javax.print.attribute.standard.PresentationDirection
(get-category this)
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
For class PresentationDirection the category is class PresentationDirection itself.
returns: Printing attribute class (category), an instance of class
java.lang.Class. - java.lang.Class<? extends javax.print.attribute.Attribute>
Get the printing attribute class which is to be used as the "category" for this printing attribute value. For class PresentationDirection the category is class PresentationDirection itself. returns: Printing attribute class (category), an instance of class java.lang.Class. - `java.lang.Class<? extends javax.print.attribute.Attribute>`
(get-name this)
Get the name of the category of which this attribute value is an instance.
For class PresentationDirection the category name is "presentation-direction".
returns: Attribute category name. - java.lang.String
Get the name of the category of which this attribute value is an instance. For class PresentationDirection the category name is "presentation-direction". returns: Attribute category name. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close