Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 42,945 for

shape

(0.1 sec)
  1. Create VDX Files via Python | products.aspose.com

    Python Sample code for generating VDX documents. Use this code for creating VDX files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  2. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes 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...
  3. Aspose::Words::Settings::ViewOptions::get_Displ...

    Aspose::Words::Settings::ViewOptions::get_DisplayBackgroundShape method. Controls display of the background Shape in print layout view in C++....Controls display of the background shape in print layout view. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Aspose.Cells 8.5.2中的公共API更改|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....//Access first three shapes of the worksheet Shape shape1 = worksheet.... getShapes (). get ( 0 ); Shape shape2 = worksheet . getShapes...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportRoundtripInformation method. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB. Default value is true for HTML and false for MHTML and EPUB in C++....hidden bookmarks, original shape positions, // or footnotes will...hidden bookmarks and original shape positions. // If we set the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. 视频框|Aspose.Slides 文档

    在Java中向PowerPoint演示文稿添加视频框...( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/zh/java/video-frame/
  7. Edit PPT in C# | products.aspose.com

    Edit PPT in C#. Use .NET library API to edit PowerPoint presentation...AutoShape shape = (AutoShape)presentation.Slides[ 0 ].Shapes[ 0 ];...]; shape.TextFrame.Text = "New text" ; presentation.Save( "pres...

    products.aspose.com/slides/net/editor/ppt/
  8. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting 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...
  9. DmlEffectsRenderingMode Enum | Aspose.Words for...

    Discover the Aspose.Words DmlEffectsRenderingMode enum for optimized DrawingML effect rendering in fixed page formats. Enhance your document quality!...Document ( MyDir + "DrawingML shape effects.docx" ); // Create a...

    reference.aspose.com/words/net/aspose.words.sav...
  10. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content 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...