<!-- Horizontal Rule --> <w:p> <w:pPr> <w:pBdr> <w:bottom w:val="single" w:sz="6" w:space="1" w:color="auto"/> </w:pBdr> </w:pPr> </w:p> <!-- Custom Block --> <w:p> <w:r> <w:drawing> <!-- Shape definition with size and color --> </w:drawing> </w:r> </w:p>
ContentBlock.configure({ resizable: false, cellMinWidth: 50 })
insertHorizontalRule
insertHorizontalRule()
insertContentBlock
// Insert a spacer block insertContentBlock({ size: { height: 20 } }) // Insert a colored divider insertContentBlock({ size: { width: '50%', height: 3 }, background: '#3b82f6' })
ContentBlockSize
Show Properties
ContentBlockConfig
Was this page helpful?