< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java

Print this page

        

*** 40,51 **** * <P> * <B>IPP Compatibility:</B> This attribute is not an IPP 1.1 * attribute; it is an attribute in the Production Printing Extension * (<a href="ftp://ftp.pwg.org/pub/pwg/standards/pwg5100.3.pdf">PDF</a>) * of IPP 1.1. The category name returned by ! * <CODE>getName()</CODE> is the IPP attribute name. The enumeration's ! * integer value is the IPP enum value. The <code>toString()</code> method * returns the IPP string representation of the attribute value. * * @author Phil Race. */ public final class PresentationDirection extends EnumSyntax --- 40,51 ---- * <P> * <B>IPP Compatibility:</B> This attribute is not an IPP 1.1 * attribute; it is an attribute in the Production Printing Extension * (<a href="ftp://ftp.pwg.org/pub/pwg/standards/pwg5100.3.pdf">PDF</a>) * of IPP 1.1. The category name returned by ! * {@code getName()} is the IPP attribute name. The enumeration's ! * integer value is the IPP enum value. The {@code toString()} method * returns the IPP string representation of the attribute value. * * @author Phil Race. */ public final class PresentationDirection extends EnumSyntax
*** 172,182 **** /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class PresentationDirection ! * the category name is <CODE>"presentation-direction"</CODE>. * * @return Attribute category name. */ public final String getName() { return "presentation-direction"; --- 172,182 ---- /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class PresentationDirection ! * the category name is {@code "presentation-direction"}. * * @return Attribute category name. */ public final String getName() { return "presentation-direction";
< prev index next >