DocumentType
Type of produced document, which affects its post-rendering stage.
Parameters
the preferred orientation of the document, to apply if not overridden by the user
the preferred maximum heading depth to force a page break, to apply if not overridden by the user. If null, no page break is forced by default
the default page format to apply, if not overridden by the user
the default numbering formats to apply, if not overridden by the user
Properties
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Name of the enum in kebab-case. Example: TOP_LEFT_CORNER ->top-left-corner
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.