Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceClear
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Defines element relation to floating elements.
Inheritance Hierarchy
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
The Clear type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Both |
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.
|
![]() ![]() | Left |
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.
|
![]() ![]() | None |
Element should not ignore the float.
|
![]() ![]() | Right |
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.
|
See Also