Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 155,673 for

doc

(0.21 sec)
  1. CellFormat.VerticalMerge | Aspose.Words for .NET

    Discover the CellFormat VerticalMerge property for seamless vertical cell merging in spreadsheets. Enhance data organization and presentation effortlessly!...CheckCellsMerged () { Document doc = new Document ( MyDir + "Table...cells.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  2. FieldOptions.FieldDatabaseProvider | Aspose.Wor...

    Discover the FieldOptions FieldDatabaseProvider property, easily manage and retrieve query results for enhanced data handling in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ChartAxis.major_unit_scale property | Aspose.Wo...

    ChartAxis.major_unit_scale property. Returns or sets the scale value for major tick marks on the time category axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TxtLoadOptions.detectNumberingWithWhitespaces p...

    TxtLoadOptions.detectNumberingWithWhitespaces property. Allows to specify how numbered list items are recognized when Document is imported from plain text format...= detectNumberingWithW ; let doc = new aw . Document ( Buffer...expect ( doc . lists . count ). toEqual ( 4 ); expect ( doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldDatabase.FormatAttributes | Aspose.Words f...

    Discover the FieldDatabase FormatAttributes property to easily customize table attributes, enhancing your data management and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Notes::Footnote::Footnote constr...

    Aspose::Words::Notes::Footnote::Footnote constructor. Initializes an instance of the Footnote class in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: Notes ::...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words.not...
  7. FieldDatabase.FileName | Aspose.Words for .NET

    Discover the FieldDatabase FileName property to easily manage your database's full path and file name, enhancing your data organization and access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  8. TxtSaveOptions.preserve_table_layout property |...

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

    reference.aspose.com/words/python-net/aspose.wo...
  9. Specify Default Fonts|Aspose.Words for .NET

    Specify default fonts. NPOI does not provide an opportunity to specify default fonts using C#....Document doc = new Document ( "../../data/document.doc" ); // If...calls. doc . Save ( "Rendering.SetDefaultFont_Out.pdf" ); doc . Save...

    docs.aspose.com/words/net/specify-default-fonts/
  10. FileFormatUtil.save_format_to_extension method ...

    FileFormatUtil.save_format_to_extension method. Converts a save format enumerated value into a file extension...missing file extension' ) as doc_stream : info = aw . FileFormatUtil...detect_file_format ( stream = doc_stream ) load_format = info ...

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