docx
    Preparing search index...

    Variable DropCapTypeConst

    DropCapType: { DROP: "drop"; MARGIN: "margin"; NONE: "none" } = ...

    Drop cap types for paragraph frames.

    Drop caps are decorative large initial letters that span multiple lines at the beginning of a paragraph. This enum defines how the drop cap should be positioned.

    Type Declaration

    • ReadonlyDROP: "drop"

      Drop cap that drops down into the paragraph text

    • ReadonlyMARGIN: "margin"

      Drop cap that extends into the margin

    • ReadonlyNONE: "none"

      No drop cap effect