Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 157,127 for

doc

(0.05 sec)
  1. Document.AutomaticallyUpdateStyles | Aspose.Wor...

    Discover how the AutomaticallyUpdateStyles property in MS Word ensures your Document's styles sync with the template every time you open it, enhancing consistency.... Document doc = new Document (); // Microsoft...AreEqual ( string . Empty , doc . AttachedTemplate ); // Attach...

    reference.aspose.com/words/net/aspose.words/doc...
  2. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    Discover how the IStructuredDocumentTag XmlMapping property connects structured tags to XML data, enhancing Document customization and integration.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  3. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured Document tag and an XML node of a custom XML data part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Document::get_AutomaticallyUpdat...

    Aspose::Words::Document::get_AutomaticallyUpdateStyles method. Gets or sets a flag indicating whether the styles in the Document are updated to match the styles in the attached template each time the Document is opened in MS Word in C++.... auto doc = MakeObject < Document > ();...ASSERT_EQ ( String :: Empty , doc -> get_AttachedTemplate ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. ParagraphFormat.NoSpaceBetweenParagraphsOfSameS...

    Discover the ParagraphFormat NoSpaceBetweenParagraphsOfSameStyle property. Optimize your Document layout by eliminating space between same-style paragraphs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Apply a large amount of...

    reference.aspose.com/words/net/aspose.words/par...
  6. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table.... let doc = new aw . Document ( base ...."Tables.docx" ); let tables = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Watermark.SetText | Aspose.Words for .NET

    Enhance your Documents with our Watermark SetText method. Easily add customizable text watermarks for a professional touch!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  9. Node.remove method | Aspose.Words for Python

    Node.remove method. Removes itself from the parent.... doc = aw . Document ( file_name =...MY_DIR + 'Images.docx' ) shapes = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Paragraph::get_IsDeleteRevision ...

    Aspose::Words::Paragraph::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++.... auto doc = MakeObject < Document > ();...(); SharedPtr < Body > body = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...