DocFormatter Paragraph(Border border=null, TabStop[] tabstops=null)A paragraph contains zero or more spans that wrap inside the left and right margins. If a paragraph is in the body of a document, it may continue onto the next page. Formatting applies to all spans inside the paragraph, unless the format is overridden at the span level.Example = Block { Paragraph(BorderB(1)) { "Famous quotes" }; Paragraph { Span {"Success"; Italic}; " is stumbling from failure to failure with no loss of enthusiasm." }; Paragraph { SpaceAfter: 10pt; Bold; LeftIndent: 24pt; "- Winston Churchill"; }; Paragraph { "The road to success is always under construction."; }; Paragraph { SpaceAfter: 10pt; Bold; LeftIndent: 24pt; "- Lily Tomlin"; };};Famous quotesSuccess is stumbling from failure to failure with no loss of enthusiasm.- Winston ChurchillThe road to success is always under construction.- Lily TomlinPropertiesNameDescriptionBeginFirst item of the revisionConnectPointsConnect points for a shapeDelimiterAdd the delimiter only if the parent formatter is not the last item in the listEndLast item of the revisionFirstIndentThe left indent of the first line of the paragraph textHAlignmentHorizontal cell and canvas alignment optionsKeepTogetherDo not split the paragraph across pagesKeepWithNextKeep this paragraph on the same page as the following paragraphLastSeparatorThe Separator between the last 2 items of a list of 3 or moreLeftIndentDistace from the left margin of the paragraph textLineHeightHeight of the lines in a paragraph
LineRuleOptions for paragraph line height determinationPageBreakBeforeAdd page break before this paragraphPairSeparatorThe Separator between a pair of itemsParAlignmentParagraph alignmentsParBackgroundFill color behind the text of a paragraphParLineNumbersShow line numbers in the outer marginRightIndentDistace from the right margin of the paragraph textSeparatorInsert this item between all items in the containerSpaceAfterSpace after the paragraphSpaceBeforeSpace before the paragraphTextAbbreviateAbbreviate unit namesTextAlignmentVertical aligments for text in a spanTextBackgroundFill color for the area behind the textTextCaseText casing optionsTextColorFill color for the textTextColumnsBreak lines after n charactersTextCultureCultureInfo objectTextDenominatorShow double values as fractions whose max denominator is this value (e.g. 8 means 3.125 -> 3 1/8)TextDiagonalUse diagonal fractionsTextDigitsNumber of decimal digits for doubles (e.g. 3 -> 3.142)TextDivisionAdd space after n charactersTextEquationFormat text as a math equationTextFaceType of font faceTextFamilyThe name of a font family or a FontFamily objectTextFormatNumeric/date format (e.g. MM-DD-YYYY)TextGroupGroup digits together (e.g. 1,000,000)TextHeightHeight of text in measure or % (e.g. 8 pts or 90%)TextHiddenDo not show textTextItalicUse Italic version of font familyTextLanguageFlags indicating the language of the textTextLetterSpaceExtra space between lettersTextLiteralDo not proofreadTextMinDigitsRemove trailing zerosTextNumPaddingThe minimum left-zero-padded size of the number (e.g. 4 -> 0001)TextOffsetVertical offset of text in measure or % of font heightTextOverlineShow a line over the textTextPercentShow numbers as a percentage (e.g. 12.2%)TextRadixRadix for integers (e.g. 2 -> binary, 10 -> decimal, 16 -> hexadecimal)TextScientificShow numbers in scientific notation (e.g. 3.02x10^23)TextSignificantTreat TextDigits as the number of significant figures (e.g. if 3 then 1.2 -> 1.20 and 3124 -> 3120TextStackedStack Nary superscripts and subscripts above and below operatorsTextStretchHorizontal font stretch factor (e.g. 2.0 -> twice as wide)TextStrikeText strike-out stylesTextUnderlineText underline stylesTextValueForce symbolic numbers (e.g. PI) into their numberic valuesTextWeightTypeface weight options (e.g. normal=400, bold=700)
TextWordSpaceExtra space between wordsTipNoPublishDo not publish tipsVAlignmentVertical cell and canvas alignment optionsXOffset of the item relative to its parentYOffset of the item relative to its parent