DocumentBuilder.write method. Inserts a string into the document at the current Insert position....write method write(text) Inserts a string into the document at...at the current insert position. write ( text : string ) Parameter...
aspose.words.fields.FieldQuote class. Implements the QUOTE field...Remarks Retrieves the specified text. Inheritance: FieldQuote → Field...Description display_result Gets the text that represents the displayed...
ShapeBase.parent_paragraph property. Returns the immediate parent paragraph.... Examples Shows how to insert a text box, and set the font of...world!' ) shape = builder . insert_shape ( shape_type = aw . drawing...
Edit Markdown in C++ code....C# C++ View code snippet Edit text in MD using C++ Programmatic...digital workflow. Edit text in MD, insert graphs using external...
Edit DOCX in C++ code....C# C++ View code snippet Edit text in DOCX using C++ Programmatic...digital workflow. Edit text in DOCX, insert graphs using external...
Edit PDF in C# code....Python C# View code snippet Edit text in PDF using C# Programmatic...digital workflow. Edit text in PDF, insert graphs using external...
Edit MARKDOWN in C# code....C# C++ View code snippet Edit text in Markdown using C# Programmatic...digital workflow. Edit text in Markdown, insert graphs using external...
CustomXmlPartCollection indexer. Gets or sets an item at the specified index....xml_part_content = '<root><text>Hello world!</text></root>' xml_part =...) # Clone a part, and then insert it into the collection. xml_part_clone...
CustomXmlPartCollection.clear method. Removes all elements from the collection....xml_part_content = '<root><text>Hello world!</text></root>' xml_part =...) # Clone a part, and then insert it into the collection. xml_part_clone...
CustomXmlPart.clone method. Makes a deep enough copy of the object...xml_part_content = '<root><text>Hello world!</text></root>' xml_part =...) # Clone a part, and then insert it into the collection. xml_part_clone...