Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 5,125 for

shape position

(0.04 sec)
  1. Manage Audio in Presentations on Android|Aspose...

    Create and control audio frames in Aspose.Slides for Android—Java examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....the slide with a specified position and size. FileInputStream...try { // Gets the AudioFrame shape AudioFrame audioFrame = ( AudioFrame...

    docs.aspose.com/slides/androidjava/audio-frame/
  2. Convert STL to OBJ via C# | products.aspose.com

    Sample code for STL to OBJ C# conversion. Use API example code for batch STL files to OBJ conversion within VB.NET, Asp.NET or any .NET based application....the cross section of the 3D shape to be built by the fabber. There...information related to light and position of scenes. An OBJ file is...

    products.aspose.com/3d/net/conversion/stl-to-obj/
  3. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....such “watermark” is just a shape with text inserted into a header...header or footer and positioned in the centre of the page. While...

    docs.aspose.com/words/java/add-watermark/
  4. Aspose.CellsでExcelファイルをPDF形式に変換した場合にExcelでの見た目と...

    Aspose.Cells for Python via .NET(25.2.0)を利用しています。 Aspose.CellsでExcelワークブックをPDFに変換する際に、 Excel上にあるオブジェクトがExcelワークブックの見た目と異なった位置や模様でPDFに変換されてしまいます。 求める結果としてはExcel本体の機能のPDF変換と同等のPDF変換処理ができ、Excel上の見た目とPDF変換後の見た目が同じになることです。 …...pdf CELLSPYTHONNET-254:The position of the arrow connecting line...CELLSPYTHONNET-255:Graphic position error when saving file to...

    forum.aspose.com/t/aspose-cells-excel-pdf-excel...
  5. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for C++ for PPT and PPTX, with practical C++ code examples....The actual values include position of elements that implement...() -> idx_get ( 0 ) -> get_Shapes () -> AddChart ( ChartType...

    docs.aspose.com/slides/cpp/chart-calculations/
  6. Manage Picture Frames in Presentations on Andro...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Streamline your workflow and enhance slide designs....Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/androidjava/picture-frame/
  7. ChartDataLabel.rotation property | Aspose.Words...

    ChartDataLabel.rotation property. Gets or sets the rotation of the label in degrees....Horizontal , the label shape, if it exists, is rotated along...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... shape = builder . insert_chart ( chart_type...height = 252 ) x_tick_labels = shape . chart . axis_x . tick_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Sections in Java|Aspose.Words for ...

    Understanding document section concepts and manipulation practices using Java. Insert section into a document Java. Remove section Java. Copy sections between Documents....to move a section from one position to another in your document...allows you to get a section position from a SectionCollection ...

    docs.aspose.com/words/java/working-with-sections/
  10. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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