Generated by
JDiff

Class com.itextpdf.styledxmlparser.css.page.PageMarginBoxContextNode

Added interface com.itextpdf.styledxmlparser.node.ICustomElementNode.

Added Methods
void  addAdditionalHtmlStyles( Map String> )  
( List>getAdditionalHtmlStyles()  
String  getAttribute( String)  
IAttributes  getAttributes()  
String  getLang()  
String  name()  
 

Changed Methods
Rectangle  getContainingBlockForMarginBox() Documentation changed from old to new.
@return the Rectangle which is used as a reference for some margin box relative properties calculations.
Rectangle  getPageMarginBoxRectangle() Documentation changed from old to new.
Gets the rectangle in which page margin box contents should be shown.
void  setContainingBlockForMarginBox( Rectangle) Documentation changed from old to new.
Sets the containing block rectangle for the margin box, which is used for calculating some of the margin box properties relative values.
void  setPageMarginBoxRectangle( Rectangle) Documentation changed from old to new.
Sets the rectangle in which page margin box contents are shown.