ContentMarkAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alignment for content marks (content header or content footer).
public enum ContentMarkAlignment
type ContentMarkAlignment =
Public Enum ContentMarkAlignment
- Inheritance
-
ContentMarkAlignment
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Content marking is aligned to the left |
Right | 1 | Content marking is aligned to the right |
Center | 2 | Content marking is centered |