Body construcTor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...
FieldTemplate.include_full_path property. Gets or sets whether To include the full file path name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...
ParagraphCollection.ToArray method. Copies all paragraphs from the collection To a new array of paragraphs.... let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let paras = doc . firstSection . body...
Aspose::Words::Run::Run construcTor. Initializes a new instance of the Run class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...
Discover the Aspose.Words.BreakType enum To enhance your Document formatting with precise break types for improved readability and layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...
Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child (...as_paragraph () run = aw . Run ( doc = doc , text = 'Text with a single-line...
Font.style property. Gets or sets the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a custom style and...
DocumentBuilder.insert_style_separaTor method. Inserts style separaTor inTo the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Each paragraph can only...
Implements the AUTHOR field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // AUTHOR fields source their...