Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 221,051 for

formatting

(0.65 sec)
  1. Table border is missing after accept all revisi...

    The table border is different withe accept revisions by office. The codes: String path = "C:\\Users\\z_jia\\Desktop\\a\\data\\"; Document word = new Document(path + "temp.docx"); var revisions = word.getRevisions(); re…...tracked changes removed border formatting. Why it happens When a table’s...operation may clear that formatting. The revision‑accept process...

    forum.aspose.com/t/table-border-is-missing-afte...
  2. FrameFormat.height property | Aspose.Words for ...

    FrameFormat.height property. Gets the height of the specified frame....to get information about formatting properties of paragraphs...as_paragraph () if paragraph . frame_format . is_frame : paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the document at the current insert position in C++....StartTable (); // Setting table formatting options for a document builder...EndRow (); // Changing the formatting will apply it to the current...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. SoftEdgeFormat.remove method | Aspose.Words for...

    SoftEdgeFormat.remove method. Removes [SoftEdgeFormat](../) from the parent object....how to work with soft edge formatting. builder = aw . DocumentBuilder...True ) . as_shape () soft_edge_format = shape . soft_edge # Check...

    reference.aspose.com/words/python-net/aspose.wo...
  5. View 3DS File Formats via .NET | products.aspos...

    C# source code to load, render and display 3DS documents on .NET Framework, .NET Core, Mono....Set properties for advanced formatting Call the Scene.Save method...properties for formatting var options = new ThreeD.Formats.Html5SaveOptions()...

    products.aspose.com/3d/net/viewer/3ds/
  6. View X File Formats via .NET | products.aspose.com

    C# source code to load, render and display X documents on .NET Framework, .NET Core, Mono....Set properties for advanced formatting Call the Scene.Save method...properties for formatting var options = new ThreeD.Formats.Html5SaveOptions()...

    products.aspose.com/3d/net/viewer/x/
  7. View VRML File Formats via .NET | products.aspo...

    C# source code to load, render and display VRML documents on .NET Framework, .NET Core, Mono....Set properties for advanced formatting Call the Scene.Save method...properties for formatting var options = new ThreeD.Formats.Html5SaveOptions()...

    products.aspose.com/3d/net/viewer/vrml/
  8. View ZIP File Formats via .NET | products.aspos...

    C# source code to load, render and display ZIP documents on .NET Framework, .NET Core, Mono....Set properties for advanced formatting Call the Scene.Save method...properties for formatting var options = new ThreeD.Formats.Html5SaveOptions()...

    products.aspose.com/3d/net/viewer/zip/
  9. Export Excel to HTML with GridLines|Documentation

    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....values and then saves it in HTML format after setting the HtmlSaveOptions...ColorScale and IconSet Conditional Formatting while Converting Excel to...

    docs.aspose.com/cells/java/export-excel-to-html...
  10. Indentation applied to first cell affects the e...

    Hello everyone, I’m encountering an issue when converting an Excel table to a Word document using Aspose.Cells and Aspose.Words. Steps to reproduce: In Excel, create a table where the first cell has an indentation. D…...respects individual cell formatting. Here’s a minimal code snippet...that there are no additional formatting settings that might be causing...

    forum.aspose.com/t/indentation-applied-to-first...