Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 16,203 for

table

(0.04 sec)
  1. TableSubstitutionRule.AddSubstitutes | Aspose.W...

    Enhance your typography with the TableSubstitutionRule AddSubstitutes method, allowing seamless integration of substitute fonts for any original font....with custom font substitution tables. Document doc = new Document...fontSettings ; // Create a new table substitution rule and load the...

    reference.aspose.com/words/net/aspose.words.fon...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – استخراج جداول از PDF با استفاده از Javahttps://products.aspose.com/pdf/fa/java/Table/extract/Recent content in استخراج جداول از PDF با استفاده ......com/pdf/fa/java/table/extract/Recent content in استخراج...+0000https://products.aspose.com/pdf/fa/java/table/extract/index.xml self application/rss+xml...

    products.aspose.com/pdf/fa/java/table/extract/i...
  3. StyleType | Aspose.Words for Java

    Represents type of the style in Java.... TABLE The style is a table style. length Methods...style. TABLE public static int TABLE The style is a table style...

    reference.aspose.com/words/java/com.aspose.word...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Remove Tables from PDF using Javahttps://products.aspose.com/pdf/java/Table/remove/Recent content in Remove Tables from PDF using Java on Aspso......PDF Products – Remove Tables from PDF using Javahttps://products...com/pdf/java/table/remove/Recent content in Remove Tables from PDF...

    products.aspose.com/pdf/java/table/remove/index...
  5. Table.accept_end method | Aspose.Words for Python

    Table.accept_end method. Accepts a visitor for visiting the end of the Table....for visiting the end of the table. def accept_end ( self , visitor...aspose.words.tables class Table Table.accept method Table.accept_start...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::DocumentBuilder::get_CurrentStor...

    Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++....// A Story can also contain tables. System :: SharedPtr < Aspose...Aspose :: Words :: Tables :: Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. DocumentBuilder.ParagraphFormat | Aspose.Words ...

    Explore the DocumentBuilder's ParagraphFormat property to access and customize essential paragraph formatting features for enhanced document styling....Shows how to create a formatted table using DocumentBuilder. Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Node::Remove method | Aspose.Wor...

    Aspose::Words::Node::Remove method. Removes itself from the parent in C++....Document > ( get_MyDir () + u "Tables.docx" ); ASSERT_EQ ( 2 , doc...Aspose :: Words :: NodeType :: Table , true ) -> get_Count ()); System...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Forcing Movement to Next Item within Data Band ...

    Force movement to the next item within a data band when building a report in C#....number of items in a single table row like in the following example...output three client names per table row while outputting names of...

    docs.aspose.com/words/net/forcing-movement-to-n...
  10. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = new File(outPath); try (FileOutputStream os = new FileOutputSt…...源文件(只有一页) Table-1.docx (4.1 KB) 转换后的pdf(两页) Table-1.pdf (30.1...Document doc = new Document("Table-1.docx", loadOptions); doc.save("output...

    forum.aspose.com/t/aspose-words-word-pdf/314404