.. _Justification: ================================================ Justification ================================================ Description ----------- The placement of paragraph text within the bounding box. Static Properties ^^^^^^^^^^^^^^^^^ +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`CENTER` readonly | Text is centered on each line. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`CENTERJUSTIFIED` readonly | Justifies all lines except the last, which is center-aligned. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`FULLYJUSTIFIED` readonly | Justifies all lines including the last, which is force-justified. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`LEFT` readonly | Aligns the left edges, leaving the right edge ragged. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`LEFTJUSTIFIED` readonly | Justifies all lines except the last, which is left-aligned. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`RIGHT` readonly | Aligns the right edges, leaving the left edge ragged. | +----------------------------------------------------------------+-------------------------------------------------------------------+ | :ref:`RIGHTJUSTIFIED` readonly | Justifies all lines except the last, which is right-aligned. | +----------------------------------------------------------------+-------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 Justification/LEFT.rst Justification/CENTER.rst Justification/RIGHT.rst Justification/LEFTJUSTIFIED.rst Justification/CENTERJUSTIFIED.rst Justification/RIGHTJUSTIFIED.rst Justification/FULLYJUSTIFIED.rst