iText 8.0.5 API
iText.Layout.Margincollapse Namespace Reference

Classes

class   MarginsCollapseHandler
  Rules of the margins collapsing are taken from Mozilla Developer Network: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing See also: https://www.w3.org/TR/CSS2/box.html#collapsing-margins More...
 
class   MarginsCollapseInfo
 

Functions

virtual MarginsCollapse  Clone ()
  Creates a "deep copy" of this MarginsCollapse, meaning the object returned by this method will be independent of the object being cloned. More...
 

Function Documentation

◆ Clone()

virtual MarginsCollapse iText.Layout.Margincollapse.Clone ( )
virtual

Creates a "deep copy" of this MarginsCollapse, meaning the object returned by this method will be independent of the object being cloned.

Returns
the copied MarginsCollapse.