< prev index next >

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

Print this page

        

@@ -38,11 +38,12 @@
  * {@link MultipleDocumentHandling
  * MultipleDocumentHandling} attribute determines what constitutes a "copy"
  * for purposes of finishing.
  * <P>
  * Standard Finishings values are:
- * <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style="width:100%" SUMMARY="layout">
+ * <table class="borderless" style="width:100%;margin: 0px auto">
+ * <caption>Standard Finishings values</caption>
  * <TR>
  * <TD STYLE="WIDTH:10%">
  * &nbsp;
  * </TD>
  * <TD STYLE="WIDTH:27%">

@@ -74,11 +75,12 @@
  * </TR>
  * </TABLE>
  * <P>
  * The following Finishings values are more specific; they indicate a
  * corner or an edge as if the document were a portrait document:
- * <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style="width:100%" SUMMARY="layout">
+ * <table class="borderless" style="width:100%;margin: 0px auto">
+ * <caption>Specific Finishings values</caption>
  * <TR>
  * <TD STYLE="WIDTH:10%">
  * &nbsp;
  * </TD>
  * <TD STYLE="WIDTH:27%">
< prev index next >