Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 5,864 for

box

(0.09 sec)
  1. Managing Controls|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....as text boxes, check boxes, radio buttons, combo boxes, labels...spinners, scroll bars, group boxes etc. Aspose.Cells for Python...

    docs.aspose.com/cells/python-net/managing-contr...
  2. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。...FloatingBox 工具的基础知识 Floating Box 工具是一个特殊工具,用于在 PDF 页面上放置文本和其他...Add (); // Create and fill box var box = new Aspose . Pdf . FloatingBox...

    docs.aspose.com/pdf/zh/net/floating-box/
  3. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...entities import Box from aspose.threed.formats import...= Scene () # create a Box instance box = scene . root_node ....

    docs.aspose.com/3d/zh/python-net/manipulate-cus...
  4. Crop PDF Pages programmatically C#|Aspose.PDF f...

    You may get page properties, such as the width, height, bleed-, crop- and trimBox using Aspose.PDF for .NET.... Media box : The media box is the largest page box. It corresponds...PDF. In other words, the media box determines the physical size...

    docs.aspose.com/pdf/net/crop-pages/
  5. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...Scene (); // create a Box instance var box = scene . RootNode ...CreateChildNode ( "box" , new Box ()); // add custom property box . SetProperty...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...
  6. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...entities import PolygonModifier , Box from aspose.threed import Scene..."huge-scene.obj" ) # create a Box instance box = scene . root_node ....

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  7. Using FloatingBox for text generation|Aspose.PD...

    This page explains how to format text inside floating Box....FloatingBox tool The Floating Box tool is a special tool for placing...Add (); // Create and fill box var box = new Aspose . Pdf . FloatingBox...

    docs.aspose.com/pdf/net/floating-box/
  8. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。...defaultWorksheetInde , 0 , 1 , ObjectExt :: Box < System :: String > ( u "Series...defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System :: String > ( u "Series...

    docs.aspose.com/slides/zh/cpp/create-chart/
  9. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the PolygonModifier class instance....entities import PolygonModifier , Box from aspose.threed import Scene..."huge-scene.obj" ) # create a Box instance box = scene . root_node ....

    docs.aspose.com/3d/python-net/scale-geometries-...
  10. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of document using Python via C++....by adjusting the Crop box (the crop box is the “page” size at...page_collection_get_page Get the crop box rectangle from the page using...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...