Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 183,888 for

doc

(0.42 sec)
  1. Aspose::Words::FontSubstitutionWarningInfo clas...

    Aspose::Words::FontSubstitutionWarningInfo class. Contains information about a font substitution warning that Aspose.Words issued during Document loading or saving in C++.... auto doc = System :: MakeObject < Aspose...:: WarningInfoCollectio > (); doc -> set_WarningCallback ( callback...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. ChartDataLabelCollection.position property | As...

    ChartDataLabelCollection.position property. Gets or sets the position of the data labels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert column chart. shape...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldFileSize::get_IsInM...

    Aspose::Words::Fields::FieldFileSize::get_IsInMegabytes method. Gets or sets whether to display the file size in megabytes in C++.... auto doc = System :: MakeObject < Aspose...docx" ); ASSERT_EQ ( 18105 , doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. ParagraphFormat.characterUnitRightIndent proper...

    ParagraphFormat.characterUnitRightIndent property. Gets or sets the right indent value (in characters) for the specified paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TxtSaveOptions.preserveTableLayout property | A...

    TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ParagraphFormat.lineUnitAfter property | Aspose...

    ParagraphFormat.lineUnitAfter property. Gets or sets the amount of spacing (in gridlines) after the paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ParagraphFormat.lineUnitBefore property | Aspos...

    ParagraphFormat.lineUnitBefore property. Gets or sets the amount of spacing (in gridlines) before the paragraphs.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeriesGroupCollection.Add | Aspose.Words f...

    Discover the ChartSeriesGroupCollection Add method to effortlessly add new series groups, enhancing your data visualization capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. How to replace the content in word document - F...

    Hi Team, can you help to tell how i can replace the yellow highlight content given in screenshot with any “String content” of same style. I have attached word Document and screenshot for reference. test_sample.Docx …...Document doc = new Document("C:\\Temp\\in.docx"); doc.getRange()...5161", "+12-34-5678-9000"); doc.getRange().replace("r.piyush...

    forum.aspose.com/t/how-to-replace-the-content-i...
  10. TextBox.Previous | Aspose.Words for .NET

    Discover the TextBox Previous property, effortlessly access the prior TextBox in your shape sequence for streamlined design and enhanced workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBoxShape1 = builder...

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