Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 50,907 for

doc

(0.14 sec)
  1. WebExtensionBindingCollection class | Aspose.Wo...

    aspose.words.webextensions.WebExtensionBindingCollection class. 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...
  2. TaskPane.is_locked property | Aspose.Words for ...

    TaskPane.is_locked property. Specifies whether the task pane is locked to the Document in the UI and cannot be closed by the user.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. WebExtensionReference.store property | Aspose.W...

    WebExtensionReference.store property. Specifies the instance of the marketplace where the web extension is stored.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Loading::ResourceLoadingArgs::ge...

    Aspose::Words::Loading::ResourceLoadingArgs::get_ResourceType method. Type of resource in C++.... () { auto doc = MakeObject < Document > (); doc -> set_ResourceLoadingCallb...MakeObject < DocumentBuilder > ( doc ); // Images usually are inserted...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. ImageSaveOptions class | Aspose.Words for Python

    aspose.words.saving.ImageSaveOptions class. Allows to specify additional options when rendering Document pages or shapes to images...files used when saving to a DOC or DOCX file. By default this...transparent or colored background. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::SignatureLineOptions::get_Defaul...

    Aspose::Words::SignatureLineOptions::get_DefaultInstructions method. Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto signatureLineOptions...

    reference.aspose.com/words/cpp/aspose.words/sig...
  7. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Helo world...

    reference.aspose.com/words/java/com.aspose.word...
  8. IStructuredDocumentTag.is_showing_placeholder_t...

    IStructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldEmbed | Aspose.Words for Java

    Implements the EMBED field in Java....Document doc = new Document(getMyDir() + "Legacy fields.doc"); //...collection. Assert.assertEquals(0, doc.getRange().getFields().getCount());...

    reference.aspose.com/words/java/com.aspose.word...
  10. ShapeBase.IsTopLevel | Aspose.Words for .NET

    Discover ShapeBase IsTopLevel. Quickly verify if a shape stands alone, enhancing your design workflow with efficient group management....Document doc = new Document (); Shape shape = new Shape ( doc , ShapeType...GroupShape group = new GroupShape ( doc ); group . AppendChild ( shape...

    reference.aspose.com/words/net/aspose.words.dra...