Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,895 for

table layout

(0.16 sec)
  1. 高级功能|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Create a Table var table = new Aspose . Pdf . Table (); // Add...Add a row into Table var row = table . Rows . Add (); // Add Cell...

    docs.aspose.com/pdf/zh/net/advanced-features/
  2. FontSubstitutionWarningInfo Class | Aspose.Word...

    Aspose.Words.FontSubstitutionWarningInfo class provides details on font substitution warnings during document load or save.... Layout )); Assert . That ( warningInfo...\'Arvo\' font instead. Reason: table substitution." )); Assert ....

    reference.aspose.com/words/net/aspose.words/fon...
  3. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...NodeCollection<Table> tables = doc.getChildNodes(NodeType.TABLE, true);...true); for (Table table : tables) { if (table.getPreferredWidth()...

    forum.aspose.com/t/cutting-off-right-side-after...
  4. Excel Row and Column Operations|Documentation

    Excel row and column operations - insert, delete, resize, hide/unhide rows and columns with AI automation...columns for perfect spreadsheet layout management. Available Tools..."parameters" : { "filepath" : "reports/layout-test.xlsx" , "sheet_name" :...

    docs.aspose.com/cells/nodejs-cpp/mcp/row-column...
  5. Footer height and extra line issue when convert...

    I am experiencing a Layout problem when converting OpenDocument Text (.odt) files to PDF using Aspose.Words for .NET version 23.5.0. Specifically, the footer height is handled incorrectly, causing an extra line to appear…...8:06am 1 I am experiencing a layout problem when converting OpenDocument...zero. This breaks the document layout. –Details:– The issue only...

    forum.aspose.com/t/footer-height-and-extra-line...
  6. HTML with Golang via C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with Golang via C++....PresentationPreferen Option for Better Layout Exclude Unused Styles during...while saving to HTML Prefix Table Elements Styles with HtmlSaveOptions...

    docs.aspose.com/cells/go-cpp/convert-excel-to-h...
  7. PDF to PUB Converter

    PDF to Publisher conversion is a complicated task to do, of course, if you want the conversion to be precise. Why can't you transform PDF to PUB easily?... PUB file is a layout document, developed mostly...the document. Cross-reference table to have quick access to the...

    docs.aspose.com/pub/net/pdf-to-pub/
  8. WarningSource | Aspose.Words for Java

    Specifies the module that produces a warning during document loading or saving in Java....LAYOUT, warningInfo.getSource());...assertEquals(FontSubstitutionReas.TABLE_SUBSTITUTION_RULE, warningInfo...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Lines in Table Cells. get_AlignTablesRowByRow () Align Table Rows...Contextual Spacing of Paragraphs in Tables . get_ApplyBreakingRules ()...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个Table,每个Table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...分别是三个table,每个table的的cell都设置了段落。然后把header、b...LayoutCollector and update page layout to ensure layout info is up-to-date...

    forum.aspose.com/t/word-header-footer-x-y/316493