TOM -- ITextDocument and ITextPara
Andre LeBlanc
21
Reputation points
Hello,
Can someone please shed some light on how to create paragraphs that are fixed width (e.g. a document column??)? For example, let's assume for the sake of argument, a structure like below, and the width of the document is 10,800 twips:
some text (less than 10800 twips)
A table (width of cells total 10800 twips)
some more text that takes one entire page 8.5x11 (I tried hr = pParaDuplicate->SetPageBreakBefore(tomTrue) to no avail) (how to limit width of this text to 10800 twips does it need to be put in a 1x1 table??)
Thank you!
Sign in to answer