Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 180,130 for

doc

(0.12 sec)
  1. Aspose::Words::Markup::CustomPart::get_Relation...

    Aspose::Words::Markup::CustomPart::get_RelationshipType method. Gets or sets the relationship type from the parent part to this custom part in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  3. Document.ShowSpellingErrors | Aspose.Words for ...

    Control spelling error visibility in your Document with the ShowSpellingErrors property. Enhance your editing process and improve Document quality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two sentences with...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java.... Document doc = new Document(getMyDir() + "Macro...DocumentBuilder(doc); Assert.assertTrue(doc.hasMacros()); //...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldFormula | Aspose.Words for Java

    Implements the formula field in Java.... Document doc = new Document(); // Use a field...fieldBuilder.buildAndInsert(doc.getFirstSection().getBody()....

    reference.aspose.com/words/java/com.aspose.word...
  6. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveOptions.clone method. Creates a deep clone of this object.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceOptions | Aspose.Words for .NET

    Discover the FindReplaceOptions constructor to easily initialize a new instance with default settings, enhancing your search and replace functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Jason gave...

    reference.aspose.com/words/net/aspose.words.rep...
  8. MappedDataFieldCollection.ContainsValue | Aspos...

    Discover if a field mapping exists in MappedDataFieldCollection with the ContainsValue method. Enhance your data management efficiency today!...MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...

    reference.aspose.com/words/net/aspose.words.mai...
  9. ShapeBase.glow property | Aspose.Words for Python

    ShapeBase.glow property. Gets glow formatting for the shape.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.footnoteOptions property | Aspose.Word...

    Document.footnoteOptions property. Provides options that control numbering and positioning of footnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

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