Aspose::Words::CompositeNode class. Base class for nodes that can contain other nodes. To learn more, visit the documentation article in C++....get_HasChildNodes () Returns true if this node has any child nodes...get_IsComposite () override Returns true as this node can have child...
Aspose::Words::NodeImporter::NodeImporter constructor. Initializes a new instance of the NodeImporter class in C++....importFormatMode ) Parameter Type Description srcDoc const Sy...importFormatOptions ) Parameter Type Description srcDoc const Sy...
Access specific properties effortlessly with CustomXmlPropertyCollection. Retrieve items by name for streamlined data management and enhanced productivity.... SmartTag , true ). OfType < SmartTag >(). ToArray...each type of smart tag. // The properties of a "date"-type smart...
Aspose.Words can be integrated with Azure Data Lake Analytics and Azure Data Lake Storage. This allows you to combine the big data analytics capabilities of the Azure Data Lake cloud storage solution with the power of Aspose.Words using C#....[SqlUserDefinedOutput(AtomicFileProcessing = true)] public class AsposeWordsOutputer...mDocumentBuilder . Font . Bold = true ; mDocumentBuilder . Write (...
Implements the LISTNUM field in Java....FIELD_LIST_NUM, true); // Lists start counting at...insertField(FieldType.FIELD_LIST_NUM, true); // This field will start a...
FileFormatInfo.isEncrypted property. Returns ``True`` if the document is encrypted and requires a password to open....isEncrypted property Returns true if the document is encrypted...saveOptions ); // Verify the file type of our document, and its encryption...
How to output recognition events to the console or write them to a file....specify its parameters: Property Type Description Aspose.OCR.Logging...Logging.Console bool Set to true to enable the display of recognition...
Node.clone method. Creates a duplicate of the node....Parameter Type Description isCloneChildren boolean True to recursively...cloneWithChildren = para . clone ( true ). asParagraph (); expect (...