Liking cljdoc? Tell your friends :D

javax.print.attribute.standard.PresentationDirection

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.
raw docstring

*-tobottom-toleftclj

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
raw docstring

*-tobottom-torightclj

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
raw docstring

*-toleft-tobottomclj

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
raw docstring

*-toleft-totopclj

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
raw docstring

*-toright-tobottomclj

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
raw docstring

*-toright-totopclj

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
raw docstring

*-totop-toleftclj

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
raw docstring

*-totop-torightclj

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
raw docstring

get-categoryclj

(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>`
raw docstring

get-nameclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close