All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.paged.Css2Style
java.lang.Object
|
+----org.w3c.css.parser.CssStyle
|
+----org.w3c.css.properties.Css1Style
|
+----org.w3c.css.aural.ACssStyle
|
+----org.w3c.css.table.Css2Style
|
+----org.w3c.css.user.Css2Style
|
+----org.w3c.css.paged.Css2Style
- public class Css2Style
- extends Css2Style
-
Css2Style()
-
-
findConflicts(Warnings, Enumeration)
- Find conflicts in this Style
-
getMarks()
- Get the marks property
-
getOrphans()
- Get the orphans property
-
getPage()
- Get the page property
-
getPageBreakAfter()
- Get the page-break-after property
-
getPageBreakBefore()
- Get the page-break-before property
-
getPageBreakInside()
- Get the page-break-inside property
-
getSize()
- Get the size property
-
getWidows()
- Get the widows property
-
print(CssPrinterStyle)
- Print this style.
Css2Style
public Css2Style()
getSize
public final Size getSize()
- Get the size property
getMarks
public final Marks getMarks()
- Get the marks property
getPageBreakBefore
public final PageBreakBefore getPageBreakBefore()
- Get the page-break-before property
getPageBreakAfter
public final PageBreakAfter getPageBreakAfter()
- Get the page-break-after property
getPageBreakInside
public final PageBreakInside getPageBreakInside()
- Get the page-break-inside property
getPage
public final Page getPage()
- Get the page property
getOrphans
public final Orphans getOrphans()
- Get the orphans property
getWidows
public final Widows getWidows()
- Get the widows property
findConflicts
public void findConflicts(Warnings warnings,
Enumeration allSelectors)
- Find conflicts in this Style
- Parameters:
- warnings - For warnings reports.
- allSelectors - All contexts is the entire style sheet.
- Overrides:
- findConflicts in class Css2Style
print
public void print(CssPrinterStyle printer)
- Print this style.
- Parameters:
- printer - The printer interface.
- Overrides:
- print in class Css2Style
All Packages Class Hierarchy This Package Previous Next Index