Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 20,433 for

table

(0.52 sec)
  1. FieldToc.preserve_line_breaks property | Aspose...

    FieldToc.preserve_line_breaks property. Gets or sets whether to preserve newline characters within Table entries....preserve newline characters within table entries. @property def preserve_line_breaks...compile all headings into a table of contents. # For each heading...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldToc.page_number_omitting_level_range prope...

    FieldToc.page_number_omitting_level_range property. Gets or sets a range of levels of the Table of contents entries from which to omits page numbers....sets a range of levels of the table of contents entries from which...compile all headings into a table of contents. # For each heading...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...DataTable var table = new DataTable("MyTable"); table.Columns.Add("ColInt"...typeof(int)); table.Columns.Add("ColString", typeof(string)); table.Columns...

    forum.aspose.com/t/using-cells-importdata-to-im...
  4. Change Margins|Aspose.Words for JasperReports

    Change Margins option allows to decrease/increase page margins in the exported report....";;;-24pt" /> </ bean > Break Table Rows Converting HTML Lists to...

    docs.aspose.com/words/jasperreports/change-marg...
  5. Extract Fonts from PDF C#|Aspose.PDF for .NET

    Use the Aspose.PDF for. NET library to extract all embedded fonts from your PDF document....from PDF C# Extract Data from Table in PDF with C# Analyzing your...

    docs.aspose.com/pdf/net/extract-fonts-from-pdf/
  6. Recognition Barcode Quality and Deconvolution M...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions... Mode list is shown in the table below. Barcode Quality Mode... Mode list is shown in the table below. Deconvolution Mode Description...

    docs.aspose.com/barcode/net/recognition-barcode...
  7. Update Fields in PHP|Aspose.Words for Java

    Update fields of Word Document using PHP....DocumentBuilder" , $ doc ); // Insert a table of contents at the beginning...

    docs.aspose.com/words/java/update-fields-in-php/
  8. Aspose::Words::Fields::FieldXE::get_IsItalic me...

    Aspose::Words::Fields::FieldXE::get_IsItalic method. Gets or sets whether to apply italic formatting to the entry's page number in C++....set_Heading ( u "A" ); // Set the table created by the INDEX field to...heading in the INDEX fields table of contents. builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Extract Images from PDF|Aspose.PDF for C++

    How to extract a part of the image from PDF using Aspose.PDF for C++....from PDF Extract Data from Table in PDF...

    docs.aspose.com/pdf/cpp/extract-images-from-the...
  10. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...