Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 6,304 for

box

(0.12 sec)
  1. Get and Set Page Properties|Aspose.PDF for Java

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for Java....property 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/java/get-and-set-page-prope...
  2. 在 3D 个几何体上投射和接收阴影|Documentation

    通常,某些 3D 文件格式可以在几何图形 (如 FBX) 中存储与阴影相关的设置。使用 Aspose.3D for .NET,开发人员可以通过从光源的视点映射阴影来渲染图像。图像质量取决于光源、仰角和相机与几何对象之间的距离。...Create a blue box don't cast shadows m = ( new Box ()). ToMesh...; Node box = scene . RootNode . CreateChildNode ( "box" , m );...

    docs.aspose.com/3d/zh/net/cast-and-receive-shad...
  3. Create PDF Forms using Python | Aspose.PDF

    Create PDF forms and add fields programmatically with Python sample code using Aspose.PDF for Python for .NET....path_infile ) # Create a new text box field rectange = apdf . Rectangle...= "Text Box" # Customize the border of the text box field border...

    products.aspose.com/pdf/python-net/acroforms/cr...
  4. Installation|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....Scene (); var box = new aspose . threed . Box (); scene . getRootNode...getRootNode () . createChildNode ( box ); scene . save ( "out.stl" );...

    docs.aspose.com/3d/nodejs-java/installation/
  5. 搜索

    搜索...sheetInde, 0, 1, ObjectExt::Box<System::String>(u"Series 1"))...sheetInde, 0, 2, ObjectExt::Box<System::String>(u"Series 2"))...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  6. How to Split Mesh by HalfSpace in Aspose.3D|Doc...

    Learn how to split 3D meshes using HalfSpace planes in Aspose.3D...demonstrates how to create a simple box mesh and split it using a HalfSpace...= new Scene (); // Create a box mesh (2x2x2 dimensions by default)...

    docs.aspose.com/3d/net/developer-guide/3d-model...
  7. 识别表单字段名称|Aspose.PDF for .NET

    Aspose.Pdf.Facades 允许您使用 Form 类识别表单字段名称。...解决此问题的方法是 FormFieldFacade 类中的 Box 属性,该属性保存字段的位置。我们需要将这些值保存到一个矩...coordinates of Form fields var box = new System . Drawing . Rectangle...

    docs.aspose.com/pdf/zh/net/identifying-form-fie...
  8. Adding base information for Table|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....in the relevant DataSet combo box. Open a Microsoft Excel spreadsheet...from the relevant dataset combo box control. Selecting a data set...

    docs.aspose.com/cells/reportingservices/adding-...
  9. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for .NET 提供AmfSaveOptions类,允许您根据需要设置压缩的bool值。默认情况下,该值设置为true。...scene = new Scene (); var box = new Box (); var tr = scene . RootNode...RootNode . CreateChildNode ( box ). Transform ; tr . Scale = new...

    docs.aspose.com/3d/zh/net/export-scene-to-compr...
  10. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text Boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Manage Text Boxes in Presentations Using C++ Contents [ Hide...slides typically exist in text boxes or shapes. Therefore, to add...

    docs.aspose.com/slides/cpp/manage-textbox/