docx
    Preparing search index...

    Function createIndent

    • Creates paragraph indentation element for a WordprocessingML document.

      The ind element specifies the indentation of the paragraph from the margins.

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

      <xsd:complexType name="CT_Ind">
      <xsd:attribute name="start" type="ST_SignedTwipsMeasure" use="optional"/>
      <xsd:attribute name="startChars" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="end" type="ST_SignedTwipsMeasure" use="optional"/>
      <xsd:attribute name="endChars" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="left" type="ST_SignedTwipsMeasure" use="optional"/>
      <xsd:attribute name="leftChars" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="right" type="ST_SignedTwipsMeasure" use="optional"/>
      <xsd:attribute name="rightChars" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="hanging" type="s:ST_TwipsMeasure" use="optional"/>
      <xsd:attribute name="hangingChars" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="firstLine" type="s:ST_TwipsMeasure" use="optional"/>
      <xsd:attribute name="firstLineChars" type="ST_DecimalNumber" use="optional"/>
      </xsd:complexType>

      Parameters

      Returns XmlComponent