Uses of Class
java.awt.JobAttributes.SidesType
-
Packages that use JobAttributes.SidesType 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of JobAttributes.SidesType in java.awt
Fields in java.awt declared as JobAttributes.SidesType Modifier and Type Field 描述 static JobAttributes.SidesTypeJobAttributes.SidesType. ONE_SIDED用于指定连续作业页面的SidesType实例应打印在连续介质页的同一侧。static JobAttributes.SidesTypeJobAttributes.SidesType. TWO_SIDED_LONG_EDGE用于指定连续作业页面的SidesType实例应在连续的介质页的正面和背面打印,以使介质上的每对页面的方向对于读取器来说将是正确的,就像在长边上进行装订。static JobAttributes.SidesTypeJobAttributes.SidesType. TWO_SIDED_SHORT_EDGE用于指定连续作业页面的SidesType实例应在连续介质页的正面和背面打印,以便介质上每对页面的方向对于读取器来说是正确的,如同在短边装订一样。Methods in java.awt that return JobAttributes.SidesType Modifier and Type 方法 描述 JobAttributes.SidesTypeJobAttributes. getSides()返回在使用这些属性的作业的打印介质的两侧应该如何施加连续的页面。Methods in java.awt with parameters of type JobAttributes.SidesType Modifier and Type 方法 描述 voidJobAttributes. setSides(JobAttributes.SidesType sides)指定在使用这些属性的作业的打印介质的两侧应如何施加连续的页面。Constructors in java.awt with parameters of type JobAttributes.SidesType Constructor 描述 JobAttributes(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, JobAttributes.SidesType sides)Constructs aJobAttributesinstance with the specified values for every attribute.
-