Namespace Telerik.Windows.Documents.Fixed.Model.Editing
Classes
|
Flowing-content container that lays out inline elements, images, and forms with indentation, spacing, alignment, and background for pagination. Use it to accumulate and arrange runs and inline content before measuring and drawing onto the document. |
|
Border settings for drawing outlines around elements, controlling line style, thickness, and color in document coordinates. Use to render frames consistently across pages and containers. |
|
Edit fixed-page content by positioning text, images, forms, and shapes with precise coordinates, clipping, and state management. Use to draw directly onto a page or form XObject and control layout via the current IPosition and clipping stack; coordinates originate at the top-left with X to the right and Y downward. |
|
Base for fixed-content editors that centralizes text and graphics state and offers scoped save/restore for rendering settings. Derive from this to apply consistent formatting while drawing content without manually tracking property stacks. |
|
Graphics state for path and shape rendering—controls fill and stroke color, thickness, caps/joins, and dash patterns that affect drawing output. Use to configure how subsequent geometries are painted on the page. |
|
Base for property sets that support scoped save/restore via an internal stack, enabling temporary changes during rendering. Use in editors to capture and revert formatting or state reliably. |
|
High-level document builder for adding paragraphs, tables, images, and sections using a flow API that handles pagination and layout. Use to construct pages top‑down while the editor measures content, manages lists, and arranges shapes and forbidden zones. |
|
Represents the border configuration for a table, defining the visual boundaries around the entire table. |
|
Text formatting state for runs—controls font, size, rendering mode, spacing, decorations, highlight, and baseline alignment used when drawing text. Configure before inserting text to affect subsequent layout and rendering. |
Enums
|
Border line styles used when stroking element outlines during rendering. |
|
Height calculation modes that determine whether content grows freely, respects a minimum, or is constrained to an exact value. |
|
Horizontal alignment options that position a table within its containing rectangle. |