Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,317 for

box

(0.04 sec)
  1. Manage TextBox|Aspose.Slides Documentation

    Manage a text Box or text frame in PowerPoint presentations using C++...slides typically exist in text boxes or shapes. Therefore, to add...slide, you have to add a text box and then put some text inside...

    docs.aspose.com/slides/cpp/manage-textbox/
  2. Get and Set Page Properties using Python|Aspose...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....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/python-net/get-and-set-page...
  3. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for Node.js via Java offers AmfSaveOptions class which allows you to set boolean value for compression as per your requirements....Scene (); var box = new aspose . threed . Box (); var node =...getRootNode (). createChildNode ( box ); node . getTransform (). setScale...

    docs.aspose.com/3d/nodejs-java/export-scene-to-...
  4. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story....to create and format a text box. doc = aw . Document () # Create...Create a floating text box. text_box = aw . drawing . Shape ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 创建网格的平滑组|Documentation

    使用 Aspose.3D for .NET,开发人员可以为网格创建平滑组。...a cube with 6 faces var box = (new Box()).ToMesh(); //create a...var sg = (VertexElementSmoothi)box.CreateElement(VertexElementType...

    docs.aspose.com/3d/zh/net/create-smoothing-grou...
  6. Cast and Receive Shadows on 3D Geometries|Docum...

    Generally, some 3D file formats can store shadow related settings in geometry like FBX. Using Aspose.3D for .NET, developers can render an image by mapping shadows from the viewpoint of a light source. The image quality depends on the light source, elevation angle and distance between the camera and geometric objects....of red box and torus casted to the plane, the red box won’t receive...receive shadows and blue box won’t cast shadows. Programming...

    docs.aspose.com/3d/net/cast-and-receive-shadows...
  7. 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 in “insert-shapes”, the...

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

    How to add/insert TextBox to Worksheet in Aspose.Cells for Python via .NET....Worksheet Contents [ Hide ] Add Text Box to Worksheet in Excel In the...places where you can insert text boxes.One in “insert-shapes”,the other...

    docs.aspose.com/cells/python-net/add-text-box-t...
  9. DropDownItemCollection.add method | Aspose.Word...

    DropDownItemCollection.add method. Adds a string to the end of the collection....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/python-net/aspose.wo...
  10. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java....internal margins for a text box. Document doc = new Document();...builder.insertShape(ShapeType.TEXT_BOX, 100.0, 100.0); TextBox textBox...

    reference.aspose.com/words/java/com.aspose.word...