Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 157,579 for

doc

(0.09 sec)
  1. FieldMergeField.Type | Aspose.Words for .NET

    Discover the FieldMergeField Type property to effortlessly access Microsoft Word field types and enhance your Document automation capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldXE.text property | Aspose.Words for Python

    FieldXE.text property. Gets or sets the text of the entry.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  3. WebExtension.bindings property | Aspose.Words f...

    WebExtension.bindings property. Specifies a list of web extension bindings.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastSavedTimeProperty method. Gets or sets a value determining whether the LastSavedTime property is updated before saving in C++.... auto doc = System :: MakeObject < Aspose...2021 , 5 , 11 , 6 , 32 , 0 ), doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. TaskPane.web_extension property | Aspose.Words ...

    TaskPane.web_extension property. Represents an web extension object.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Style::get_ListFormat method | A...

    Aspose::Words::Style::get_ListFormat method. Provides access to the list formatting properties of a paragraph style in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. GlowFormat | Aspose.Words for Java

    Represents the glow formatting for an object in Java.... Document doc = new Document(getMyDir() + "Various...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  8. OoxmlSaveOptions.keepLegacyControlChars propert...

    OoxmlSaveOptions.keepLegacyControlChars property. Keeps original representation of legacy control characters.... let doc = new aw . Document ( base ....+ "Legacy control character.doc" ); // When we save the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...