Sort Score
Result 10 results
Languages All
Labels All
Results 5,871 - 5,880 of 188,130 for

page

(0.58 sec)
  1. DropCapPosition enumeration | Aspose.Words for ...

    Aspose.Words.DropCapPosition enumeration. Specifies the position for a drop cap text....// outside the left-hand side page margin if our text is left-to-right...place the drop cap within the page margins // and to wrap the rest...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fields::FieldTA::set_IsBold meth...

    Aspose::Words::Fields::FieldTA::set_IsBold method. Sets whether to apply bold formatting to the Page number for the entry in C++....apply bold formatting to the page number for the entry. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within any Python based application.....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. page = diagram.getPages()...

    products.aspose.com/diagram/python-java/create/...
  4. 如何获取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的时候重新计…...format("Page=%d, X=%.2fpt, Y=%.2fpt, W=%...Initialize LayoutCollector and update page layout to ensure layout info...

    forum.aspose.com/t/word-header-footer-x-y/316493
  5. NPE When Resizing Notes Slide with Shapes That ...

    Hello, I’m getting an error when I try to resize the notes slides for a presentation where the notes slides contain added shapes. Here’s a test PowerPoint: test-powerpoint.zip (346.0 KB) When calling presentation.getN…...all fixes on the Release Notes page. You can also find the latest...library on the Product Download page....

    forum.aspose.com/t/npe-when-resizing-notes-slid...
  6. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the document...a background shape for every page of a document. let doc = new...ways of using this shape as a page background. // 1 - A flat color:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Loading::PdfLoadOptions::set_Pag...

    Aspose::Words::Loading::PdfLoadOptions::set_PageIndex method. Sets the 0-based index of the first Page to read. Default is 0 in C++....the 0-based index of the first page to read. Default is 0. void...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. 使用 C++ 从 PDF 中删除表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从 PDF 文件中删除表格...pdf" ); for ( auto page : document -> get_Pages ()) { auto absorber...TableAbsorber > (); absorber -> Visit ( page ); for ( auto table : absorber...

    products.aspose.com/pdf/zh-hans/cpp/table/remove/
  9. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...all the pages foreach (Page page in pdfDocument.Pages) { // Adjust...and CropBox page.MediaBox = new Rectangle( page.MediaBox.LLX...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  10. Aspose::Words::Layout::LayoutOptions::get_Callb...

    Aspose::Words::Layout::LayoutOptions::get_Callback method. Gets IPageLayoutCallback implementation used by Page layout model in C++....IPageLayoutCallback implementation used by page layout model. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.lay...