Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 50,941 for

doc

(0.12 sec)
  1. Aspose::Words::Hyphenation::UnregisterDictionar...

    Aspose::Words::Hyphenation::UnregisterDictionary method. Unregisters a hyphenation dictionary for the specified language. This is different from registering Null dictionary. Unregistering a dictionary enables callback for the specified language in C++.... auto doc = MakeObject < Document > ( MyDir...text.docx" ); ASSERT_TRUE ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  2. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a Document property.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldPageRef.InsertHyperlink | Aspose.Words for...

    Discover how the FieldPageRef InsertHyperlink property enhances your Documents by easily linking to bookmarked paragraphs for seamless navigation....void FieldPageRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); InsertAndNameBookmar ( builder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. BuiltInDocumentProperties.last_saved_time prope...

    BuiltInDocumentProperties.last_saved_time property. Gets or sets the time of the last save in UTC.... doc = aw . Document ( file_name =...'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PclSaveOptions.addPrinterFont method | Aspose.W...

    PclSaveOptions.addPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Courier"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FontSourceType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceType enum for efficient font source management. Optimize your Document processing with flexible font options....ttf" , 0 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Chart.Title | Aspose.Words for .NET

    Discover the Chart Title property for easy customization and enhanced visuals. Unlock your charts' full potential with user-friendly features!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Font.LocaleId | Aspose.Words for .NET

    Discover how the Font LocaleId property enhances your text formatting by managing locale identifiers for diverse character languages. Improve your coding today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we set the font's locale...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Style.BuiltIn | Aspose.Words for .NET

    Discover if a style is a built-in option in MS Word. Enhance your Document design with our comprehensive guide to Word's built-in styles!... Document doc = new Document (); // When we...set to "true". Style style = doc . Styles [ "Emphasis" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Font.kerning property | Aspose.Words for Node.js

    Font.kerning property. Gets or sets the font size at which kerning starts.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . name = "Arial...

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