Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 43,300 for

doc

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_set method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::idx_get method. Gets or sets an item at the specified index in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. StructuredDocumentTagRangeStart | Aspose.Words ...

    Create a new StructuredDocumentTagRangeStart instance effortlessly. Enhance your Document management with this powerful constructor for structured tags....DocumentBase doc , SdtType type ) Parameter Type Description doc DocumentBase...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Aspose::Words::Loading::LoadOptions::get_Conver...

    Aspose::Words::Loading::LoadOptions::get_ConvertMetafilesToPng method. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format in C++.... auto doc = MakeObject < Document > ();...shape = MakeObject < Shape > ( doc , ShapeType :: Image ); shape...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. SmartTag.accept method | Aspose.Words for Node.js

    SmartTag.accept method. Accepts a visitor....test ( 'Create' , () => { let doc = new aw . Document (); // A...new aw . Markup . SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Gradient in XPS file | .NET

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for .NET...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/net/xps/working-with-gradi...
  10. Document.stopTrackRevisions method | Aspose.Wor...

    Document.stopTrackRevisions method. Stops automatic marking of Document changes as revisions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Editing a document usually...

    reference.aspose.com/words/nodejs-net/aspose.wo...