|
pdfHTML 6.3.3 API
|
Helper class for waiting inline elements. More...
Public Member Functions |
|
| WaitingInlineElementsHelper (String whiteSpace, String textTransform) | |
| Creates a new WaitingInlineElementsHelper instance. More... |
|
| virtual void | Add (String text) |
| Adds text to the waiting leaves. More... |
|
| virtual void | Add (ILeafElement element) |
| Adds a leaf element to the waiting leaves. More... |
|
| virtual void | Add (IBlockElement element) |
| Adds a block element to the waiting leaves. More... |
|
| virtual void | AddAll (ICollection< ILeafElement > collection) |
| Adds a collecton of leaf elements to the waiting leaves. More... |
|
| virtual void | FlushHangingLeaves (IPropertyContainer container) |
| Flush hanging leaves. More... |
|
| virtual ICollection< IElement > | GetWaitingLeaves () |
| Gets the waiting leaves. More... |
|
| virtual IList< IElement > | GetSanitizedWaitingLeaves () |
| Gets the sanitized waiting leaves. More... |
|
| virtual void | ClearWaitingLeaves () |
| Clears the waiting leaves. More... |
|
| virtual Paragraph | CreateParagraphContainer () |
| Creates a paragraph container. More... |
|
Helper class for waiting inline elements.
|
inline |
Creates a new WaitingInlineElementsHelper instance.
| whiteSpace | we'll check if this value equals "pre" or "pre-wrap" |
| textTransform | will define the transformation that needs to be applied to the text |
|
inlinevirtual |
Adds a block element to the waiting leaves.
| element | the element |
|
inlinevirtual |
Adds a leaf element to the waiting leaves.
| element | the element |
|
inlinevirtual |
Adds text to the waiting leaves.
| text | the text |
|
inlinevirtual |
Adds a collecton of leaf elements to the waiting leaves.
| collection | the collection |
|
inlinevirtual |
Clears the waiting leaves.
|
inlinevirtual |
Creates a paragraph container.
|
inlinevirtual |
Flush hanging leaves.
| container | a container element |
|
inlinevirtual |
Gets the sanitized waiting leaves.
|
inlinevirtual |
Gets the waiting leaves.