You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let p = document.add_paragraph('This is a paragraph with hanging indent.');
p.paragraph_format.first_line_indent = 720; // Negative value for hanging indent
I tried but seems no effect. Can you please tell me how to do exactly ?
I tried but seems no effect. Can you please tell me how to do exactly ?