docx
    Preparing search index...

    Class Alignment

    Represents paragraph alignment (justification) in a WordprocessingML document.

    The jc element specifies the horizontal alignment of all text in the paragraph.

    Reference: http://officeopenxml.com/WPalignment.php

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • type:
            | "center"
            | "both"
            | "left"
            | "right"
            | "start"
            | "end"
            | "mediumKashida"
            | "distribute"
            | "numTab"
            | "highKashida"
            | "lowKashida"
            | "thaiDistribute"

      Returns Alignment

    Methods