aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... Document () builder = aw . DocumentBuilder ( doc...append_child ( aw . Paragraph ( doc )) builder . insert_node ( textbox...
Aspose.Words.Lists.ListLevelCollection class. A collection of list formatting for each level in a list...custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...
Shading.foregroundPatternColor property. Gets or sets the color that's applied to the foreground of the [Shading](../) object.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let borders = builder . paragraphFormat . borders ;...
Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > shape = builder -> InsertImage ( get_ImageDir...
HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document...HEADING_PARAGRAPH and this property is set to...document will be split at paragraphs formatted using Heading 1...
PageSetup.lineNumberDistanceFromText property. Gets or sets distance between the right edge of line numbers and the left edge of the document.... Document (); let builder = new aw . DocumentBuilder...the line. let pageSetup = builder . pageSetup ; pageSetup . lineStartingNumber...
Discover the PageSetup LineNumberRestartMode property to control line numbering—choose between restarting at new pages or continuous numbering for seamless documents....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...line. PageSetup pageSetup = builder . PageSetup ; pageSetup . LineStartingNumber...
Aspose.Words.Saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Text](../../aspose.words/saveformat/#Text) format...Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. let doc = new aw ....
Style.remove method. Removes the specified style from the document....removed from corresponding paragraphs, runs and tables. If base.... add ( aw . StyleType . Paragraph , "MyStyle" ); style . font...
Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts.... Document (); let builder = new aw . DocumentBuilder...the line. let pageSetup = builder . pageSetup ; pageSetup . lineStartingNumber...