PDFStandardLayoutPlacement¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardLayoutAttribute.Placement property.
Inheritance Object → ValueType → Enum → PDFStandardLayoutPlacement
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Block | 0 | Stacked in the block-progression direction within an enclosing reference area or parent. |
| Inline | 1 | Packed in the inline-progression direction. |
| Before | 2 | Placed so that the before edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |
| Start | 3 | Placed so that the start edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |
| End | 4 | Placed so that the end edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area. |