Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++....that is a direct child of a Paragraph . Any insert operations you...CurrentNode . When the current paragraph is empty or the cursor is...
TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...custom paragraph break. doc = aw . Document () builder = aw ....= doc ) builder . writeln ( 'Paragraph 1.' ) builder . writeln...
Discover the Aspose.Words.Fields.FieldStyleRef class, designed to enhance document styling with the STYLEREF field for seamless formatting solutions....insert the paragraph number of the referenced paragraph exactly...insert the paragraph number of the referenced paragraph in full...
Aspose.Words.PaperSize enumeration. Specifies paper size....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild ( body ); // Create a paragraph, set some formatting properties...
Master list formatting in your documents with Aspose.Words.Lists.ListFormat class. Effortlessly enhance Paragraph styling for better readability....formatting is applied to a paragraph. To learn more, visit the...IsListItem { get; } True when the paragraph has bulleted or numbered formatting...
Aspose::Words::Drawing::ShapeBase::get_IsInline method. A quick way to determine if this shape is positioned inline with text in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...shapes may have. // 1 - Inline: builder -> Write ( u "Hello world!...
Aspose::Words::Fields::FieldListNum::get_ListLevel method. Gets or sets the level in the list, overriding the default behavior of the field in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
ParagraphFormat.borders property. Gets collection of borders of the Paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...