Clear Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines element relation to floating elements.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Styles.AppearanceClear

Namespace:  Apitron.PDF.Kit.Styles.Appearance
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Clear : IStyleParameter

The Clear type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberBoth
Clears the floating element effect and signals that element should ignore the float and be placed underneath. The value indicates whether Both (Left and Right) sides should be cleared.
Public propertyStatic memberLeft
Clears the floating element effect and signals that element should ignore the float and be placed underneath. The value indicates whether Left side should be cleared.
Public propertyStatic memberNone
Element should not ignore the float.
Public propertyStatic memberRight
Clears the floating element effect and signals that element should ignore the float and be placed underneath. The value indicates whether Right side should be cleared.
Top
See Also

Reference