Aspose::Words::Font::get_StrikeThrough method. True if the font is formatted as strikethrough text in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::TextWatermarkOptions::get_Layout method. Gets or sets layout of the watermark. The default value is Diagonal in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...
Configure run-merging behavior in Aspose.Words. Control how Document runs with similar formatting are combined for cleaner, optimized Word Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create runs with identical...
NodeCollection.clear method. Removes all nodes from this collection and from the Document.... doc = aw . Document ( file_name =...= MY_DIR + 'Document.docx' ) # This document has one section...
Effortlessly insert fields inTo paragraphs with the Paragraph InsertField method. Enhance your Document's functionality and streamline content management....Document doc = new Document (); Paragraph para = doc . FirstSection...child nodes: Run run = new Run ( doc ) { Text = "This run was written...
Discover the FieldStyleRef StyleName property To easily cusTomize and format your search text. Enhance your project's styling with flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...
BuiltInDocumentProperties.security property. Specifies the security level of a Document as a numeric value....This property is available in DOC and OOXML documents only. To...security level of a document. doc = aw . Document () self . assertEqual...
FieldStyleRef.search_from_botTom property. Gets or sets whether To search from the botTom of the current page, rather from the Top.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...
FieldStyleRef.insert_paragraph_number_in_full_context property. Gets or sets whether To insert the paragraph number of the referenced paragraph in full context.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...