Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 155,673 for

doc

(0.08 sec)
  1. FieldGlossary.EntryName | Aspose.Words for .NET

    Discover the FieldGlossary EntryName property to easily manage glossary entries—get or set names for seamless content integration.... Document doc = new Document (); // Create...AutoText building block to it. doc . GlossaryDocument = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Կատարեք DOCX՝ Օգտագործելով Java

    Ստեղծեք նոր DocX Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DocX՝ օգտագործելով Java գրադարանը:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/hy/java/make/docx/
  3. Document.RemoveMacros | Aspose.Words for .NET

    Effortlessly remove all macros, toolbars, and custom command settings from your VBA project with the Document RemoveMacros method for a cleaner Document.... Document doc = new Document ( MyDir + "Macro...IsTrue ( doc . HasMacros ); Assert . AreEqual ( "Project" , doc . VbaProject...

    reference.aspose.com/words/net/aspose.words/doc...
  4. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from Document... doc = aw . Document () # Add two...duplicate of the first. my_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag.StyleName | Aspose.Words ...

    Discover the StyleName property of StructuredDocumentTag. Easily manage and customize styles for your Documents to enhance organization and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  6. FieldOptions.is_bidi_text_supported_on_update p...

    FieldOptions.is_bidi_text_supported_on_update property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Ensure that any field operation...

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

    Discover the CsvDataLoadOptions constructor—easily initialize with default settings for efficient data loading and seamless integration.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  8. FieldOptions.field_index_format property | Aspo...

    FieldOptions.field_index_format property. Gets or sets a [FieldOptions.field_index_format](./) that represents the formatting for the [FieldIndex](../../fieldindex/) fields in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++.... auto doc = MakeObject < Document > ();...textBox = MakeObject < Shape > ( doc , ShapeType :: TextBox ); textBox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the Document.... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

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