Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 6,557 for

box

(1.94 sec)
  1. 将场景导出为压缩的 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...
  2. Get and Set Page Properties|Aspose.PDF for PHP ...

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for PHP via 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/php-java/get-and-set-page-p...
  3. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...obj" ); // create a Box instance var box = scene . RootNode .... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  4. DropDownItemCollection | Aspose.Words for Java

    A collection of strings that represent all the items in a drop-down form field in Java....Shows how to insert a combo box field, and edit the elements...DocumentBuilder(doc); // Insert a combo box, and then verify its collection...

    reference.aspose.com/words/java/com.aspose.word...
  5. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .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/
  6. Create PPTX Charts Using C++ | products.aspose.com

    C++ example code to create charts in PPTX presentations on Windows and Linux....tInde, 0 , 1 , ObjectExt :: Box < String > ( u "Series 1" ))...tInde, 0 , 2 , ObjectExt :: Box < String > ( u "Series 2" ))...

    products.aspose.com/slides/cpp/chart/pptx/
  7. 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...
  8. How to add/insert TextBox to Worksheet with Nod...

    How to add/insert TextBox to Worksheet in Aspose.Cells for Node.js via C++....C++ Contents [ Hide ] Add Text Box to Worksheet in Excel In the...places where you can insert text boxes. One is in Insert → Shapes ...

    docs.aspose.com/cells/nodejs-cpp/add-text-box-t...
  9. How to add/insert TextBox to Worksheet|Document...

    How to add/insert Text Box to Worksheet in Aspose.Cells....Worksheet Contents [ Hide ] Add Text Box to Worksheet in Excel In the...places where you can insert text boxes. One is in Insert Shapes , and...

    docs.aspose.com/cells/net/add-text-box-to-works...
  10. Create ListBox Field|Aspose.PDF for Java

    Learn how to add a list Box field to a PDF document in Java using the FormEditor facade in Aspose.PDF....create a list box with predefined items. Create a list box field Bind...setItems(...) . Add the list box field with its default value...

    docs.aspose.com/pdf/java/create-listbox-field/