Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 15,161 for

2 of

(0.27 sec)
  1. 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…...// (new width - old width) / 2 double verticalPadding = (.3 *...// (new height - old height) / 2 // Iterate through all the pages...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  2. DocumentBuilder.current_story property | Aspose...

    DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../).... write ( 'Row 1, cell 2' ) builder . end_table () self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Markup::CustomXmlPart::Clone met...

    Aspose::Words::Markup::CustomXmlPart::Clone method. Makes a "deep enough" copy Of the object. Does not duplicate the bytes Of the Data value in C++....get_CustomXmlParts () -> idx_get ( 0 )); // 2 - By GUID: ASPOSE_ASSERT_EQ (...( xmlPartClone ); ASSERT_EQ ( 2 , doc -> get_CustomXmlParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...将工作表设为可见,设置{3}类的{2}属性为 true 。 隐藏工作表 将工作表隐藏,设置{3}类的{2}属性为 false 。 #include...使用{0}类的{2}属性,将标签设为可见( true )。 隐藏选项卡 将Excel文件中的标签隐藏,通过设置{0}类的{2}属性为...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  5. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred area. So when I get precedent for a range I want to be able to get that precedent as a range object instead Of a referred area object. How can I do that, the only option I have …...Family Adhirath May 7, 2025, 2:37pm 1 Hi, I want to get a range...Professionalize.Discourse May 7, 2025, 2:38pm 2 @Adhirath To obtain a range...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  6. System Requirements|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....that you installing Service Pack 2 or later for these products. Client...

    docs.aspose.com/cells/sharepoint/system-require...
  7. Draw geomtry to visio VSX document via Python |...

    Python source code to draw geomtry to visio vsx file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-net/drawing/...
  8. FindReplaceOptions.IgnoreStructuredDocumentTags...

    Discover the FindReplaceOptions IgnoreStructuredDocumentTags property. Control if StructuredDocumentTag content is ignored with this easy-to-use boolean setting.... Paragraph , 2 , true ); string textToSearch...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Currency Properties in Ruby

    Learn how to manage MicrosOft Project (MPP/XML) currency properties using Aspose.Tasks Java for Ruby....mpp' ) 2 prj = Rjb :: import( 'com.aspose...aspose.tasks.Project' ) . new 2 prj = Rjb :: import( 'com.aspose...

    docs.aspose.com/tasks/java/currency-properties-...
  10. Setting Margins with C++|Documentation

    Learn how to set the margins Of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++.... SetBottomMargin ( 2 ); pageSetup . SetLeftMargin (...SetHeaderMargin ( 2 ); pageSetup . SetFooterMargin ( 2 ); // Save the...

    docs.aspose.com/cells/cpp/setting-margins/