Sort Score
Result 10 results
Languages All
Labels All
Results 9,571 - 9,580 of 183,889 for

doc

(0.97 sec)
  1. PdfSaveOptions.JpegQuality | Aspose.Words for .NET

    Optimize your PDF images with PdfSaveOptions' JpegQuality property, allowing you to control JPEG quality for stunning Document visuals.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Jpeg...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the SaveOptions UpdateFields property optimizes Document saving by updating specific field types before converting to fixed formats. Default, true.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert text with PAGE and...

    reference.aspose.com/words/net/aspose.words.sav...
  3. HtmlFixedSaveOptions.exportFormFields property ...

    HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertCheckBox (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartFormat.Fill | Aspose.Words for .NET

    Discover the ChartFormat Fill property for enhanced chart visuals. Unlock unique fill formatting options for your parent chart elements today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Fields::FieldRef::get_BookmarkNa...

    Aspose::Words::Fields::FieldRef::get_BookmarkName method. Gets or sets the referenced bookmark's name in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Name bookmarked text with...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a Document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...void BuildingBlockBug() { var doc = new Document(); var glossaryDoc...glossaryDoc = new GlossaryDocument(); doc.GlossaryDocument = glossaryDoc;...

    forum.aspose.com/t/cannot-append-text-to-tables...
  7. OutlineOptions.CreateMissingOutlineLevels | Asp...

    Discover how the CreateMissingOutlineLevels property in OutlineOptions enhances Document exports by automatically generating missing outline levels for better organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  8. OutlineOptions.CreateOutlinesForHeadingsInTable...

    Discover how the CreateOutlinesForHeadingsInTables property enhances table organization by enabling outlines for heading styles, improving Document clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a table with three...

    reference.aspose.com/words/net/aspose.words.sav...
  9. DocumentBuilder.InsertComboBox | Aspose.Words f...

    Enhance your Documents with the DocumentBuilder InsertComboBox method. Easily add interactive combo box form fields for improved user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a form that prompts...

    reference.aspose.com/words/net/aspose.words/doc...
  10. ChartDataTable class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataTable class. Allows to specify properties of a chart data table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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