Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 5,824 for

box

(0.11 sec)
  1. 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/
  2. Aspose::Words::Drawing::ShapeBase::get_ParentPa...

    Aspose::Words::Drawing::ShapeBase::get_ParentParagraph method. Returns the immediate parent paragraph in C++....Examples Shows how to insert a text box, and set the font of its contents..."This text is inside the text box." ); // Set the "Hidden" property...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group Boxes in worksheets using Aspose.Cells with C++....as text boxes, check boxes, radio buttons, combo boxes, labels...spinners, scroll bars, group boxes etc. Aspose.Cells provides the...

    docs.aspose.com/cells/cpp/managing-controls/
  4. 在 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/
  5. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Node.js via Java API has support to define Metadata for the scene....Initialize the Box object var box = new aspose . threed . Box (); //...// Add the Box object to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/add-asset-inform...
  6. Create smoothing group for mesh|Documentation

    Using Aspose.3D for .NET, developers can create smoothing group for mesh....a cube with 6 faces var box = (new Box()).ToMesh(); //create a...var sg = (VertexElementSmoothi)box.CreateElement(VertexElementType...

    docs.aspose.com/3d/net/create-smoothing-group-f...
  7. Crop EPS using Java API Solution

    Crop EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....bounding box, we should to know existing bounding box of EPS image...new bounding box outside of the existing bounding box that results...

    docs.aspose.com/page/java/crop-eps/
  8. Crop EPS | C# .NET API Solution

    Crop EPS functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....bounding box, we should to know existing bounding box of EPS image...new bounding box outside of the existing bounding box that results...

    docs.aspose.com/page/net/crop-eps/
  9. 缩放 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...
  10. Manage Text Boxes in Presentations with Python|...

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

    docs.aspose.com/slides/python-net/manage-textbox/