<w:p> <w:pPr> <w:ind w:firstLine="720"/> <!-- 720 = 0.5 inches in twips --> </w:pPr> <w:r> <w:t>Indented paragraph text</w:t> </w:r> </w:p>
TextIndent.configure({ resizable: false, cellMinWidth: 50 })
setTextIndent
// Set to 0.5 inches setTextIndent('0.5in') // Set to 2 centimeters setTextIndent('2cm')
unsetTextIndent
unsetTextIndent()
increaseTextIndent
increaseTextIndent()
decreaseTextIndent
decreaseTextIndent()
IndentConfig
Show Properties
Was this page helpful?