Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 173,114 for

document formatting

(0.19 sec)
  1. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the Working with Shapes documentation article. Remarks This is... A shape is a node in the document tree. If the shape is a child...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Header and footer display in a wrong format aft...

    Display In Wps apperently it all display in single page . when convert to pdf , it turns to double page . what is the best practoce to fix it ? following is the origin file . 695200843888066560.docx (67.4…...and footer display in a wrong format after convert to pdf Aspose...with the header and footer formatting after conversion? Additionally...

    forum.aspose.com/t/header-and-footer-display-in...
  3. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...have attached my code and the document. foreach (Paragraph paragraph..."Heading 11"; index = paragraph.Document.GetChildNodes(NodeType.Paragraph...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  4. How to Insert Table in PDF using Python

    This short tutorial guides on how to insert table in PDF using Python. It contains the IDE settings, step-wise process and a runnable sample code to add table in PDF using Python....create a table, fill a table, format a table, and save the resultant...Create a new PDF file using the Document class object and add a page...

    kb.aspose.com/pdf/python/how-to-insert-table-in...
  5. Aspose::Words::FrameFormat::get_Height method |...

    Aspose::Words::FrameFormat::get_Height method. Gets the height of the specified frame in C++....to get information about formatting properties of paragraphs...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fra...
  6. Aspose::Words::FrameFormat::get_RelativeVertica...

    Aspose::Words::FrameFormat::get_RelativeVerticalPosition method. Gets the relative vertical position of a frame in C++....to get information about formatting properties of paragraphs...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fra...
  7. Aspose::Words::FrameFormat::get_VerticalDistanc...

    Aspose::Words::FrameFormat::get_VerticalDistanceFromText method. Specifies vertical distance (in points) between a frame and the surrounding text in C++....to get information about formatting properties of paragraphs...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fra...
  8. Setting Pivot Table Option - For Empty Cells Sh...

    This article shows how to set a Pivot Table option with Aspose.Cells for Python via .NET.... Select the Layout & Format tab. Select the For empty cells...Related Articles Formatting Pivot Tables AI Document Assistant Close...

    docs.aspose.com/cells/python-net/setting-pivot-...
  9. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....values and then saves it in HTML format after setting the HtmlSaveOptions...} // Save workbook in HTML format and export gridlines HtmlSaveOptions...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  10. How to Add Page Number in PDF using Python

    This article provides details on how to add page number in PDF using Python. It has detailed information about the environment configuration, a step-wise process and a runnable sample code to add page numbers to PDF without Acrobat using Python....on the page having custom formatting. Steps to Insert Page Number...Open the PDF file using the Document class object to insert the...

    kb.aspose.com/pdf/python/how-to-add-page-number...