Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 43,657 for

doc

(0.05 sec)
  1. JustificationMode Enum | Aspose.Words for .NET

    Discover Aspose.Words JustificationMode enum for precise character spacing adjustments in your Documents. Enhance readability with customizable settings!... Document doc = new Document ( MyDir + "Document...JustificationMode justificationMode = doc . JustificationMode ; if ( justificationMode...

    reference.aspose.com/words/net/aspose.words.set...
  2. FontInfoCollection.saveSubsetFonts property | A...

    FontInfoCollection.saveSubsetFonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.entry_level_range property | Aspose.Wo...

    FieldToc.entry_level_range property. Gets or sets a range of levels of the table of contents entries to be included....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Markup::XmlMapping::Delete metho...

    Aspose::Words::Markup::XmlMapping::Delete method. Deletes mapping of the parent structured Document to XML data in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::StyleCollection::GetEnumerator m...

    Aspose::Words::StyleCollection::GetEnumerator method. Gets an enumerator object that will enumerate styles in the alphabetical order of their names in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. VbaProject | Aspose.Words for .NET

    Create a new VbaProject effortlessly with our constructor tool. Start your programming journey with a blank project and unleash your creativity!... Document doc = new Document (); // Create.... Name = "Aspose.Project" ; doc . VbaProject = project ; // Create...

    reference.aspose.com/words/net/aspose.words.vba...
  8. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A footnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StyleCollection class | Aspose.Words for Node.js

    Aspose.Words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ImageData.SourceFullName | Aspose.Words for .NET

    Discover the ImageData SourceFullName property to easily manage linked image paths and filenames, enhancing your image handling efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFileName = ImageDir...

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