Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 1,877 for

table layout

(0.24 sec)
  1. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using Python....NET creates and manages page layouts, and how to save documents...Words implements its own page layout engine. Prior to delving into...

    docs.aspose.com/words/python-net/converting-to-...
  2. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...(APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab...PDF (Missing_content.pdf) APA-Table-of-Contents-TemplateLab.com_...

    forum.aspose.com/t/defect-data-validations-in-t...
  3. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....that are related to the page layout algorithms (e.g. PAGE, PAGES...PAGES, PAGEREF). The page layout-related fields are updated when...

    reference.aspose.com/words/net/aspose.words/doc...
  4. CellFormat.Width | Aspose.Words for .NET

    Discover the CellFormat Width property to easily measure cell width in points, enhancing your spreadsheet's Layout and readability....Currently, not every combination of table, cell and document properties...contents in an auto-fit table layout. Cells in other rows may...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for .NET calculates and applies effective shape properties for precise PowerPoint rendering....prototype shape text style on layout or master slide (if portion’s...Effective Fill Format for a Table Using Aspose.Slides for .NET...

    docs.aspose.com/slides/net/shape-effective-prop...
  6. Generate PDF from XML|Aspose.PDF for .NET

    Aspose.PDF for .NET provides several ways to convert an XML file into a PDF document requiring that the input XML file....XSL with HTML layout. Let’s render our data in table. The XSL file...<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...

    docs.aspose.com/pdf/net/generate-pdf-from-xml/
  7. Round Points|Aspose.Words for JasperReports

    Aspose Words for JasperReports can try to round all the coordinates of objects in a report....that page contents (namely – table cells) in the exported documents...justified). As a result exported layout is shifted etc. To overcome...

    docs.aspose.com/words/jasperreports/round-points/
  8. CellFormat.width property | Aspose.Words for No...

    CellFormat.width property. Gets the width of the cell in points....Currently, not every combination of table, cell and document properties...contents in an auto-fit table layout. Cells in other rows may...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…...Paragraphs) { var table = para as Table; if (table == null) continue;...continue; foreach (Row row in table.Rows) { if(row.MinRowHeight <=...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...— they can’t have floating layout or valid rectangle if (s.ShapeType...Debug("Skipping shape as it has no layout entity. Might be a floating...

    forum.aspose.com/t/getting-exception-floating-s...