Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 45,952 for

shape

(0.09 sec)
  1. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section 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...
  2. OdtSaveMeasureUnit | Aspose.Words for Java

    Specified units of measure to apply to measurable document content such as Shape widths and other during saving in Java....measurable document content such as shape, widths and other during saving...

    reference.aspose.com/words/java/com.aspose.word...
  3. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...WordArt style to the text of the shape. FontSetting fntSetting = textbox...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  4. AxisScaling.LogBase | Aspose.Words for .NET

    Adjust the logarithmic base of the AxisScaling LogBase property for precise data visualization and enhanced graph accuracy. Optimize your charts today!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. IResourceLoadingCallback.ResourceLoading | Aspo...

    Discover how the IResourceLoadingCallback enhances Aspose.Words by efficiently managing external resource loading for seamless document processing.... Shape , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Aspose::Words::Drawing::Charts::AxisScaling::ge...

    Aspose::Words::Drawing::Charts::AxisScaling::get_Type method. Gets or sets scaling type of the axis in C++....Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Create PDF Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-java/create/...
  8. Several Image Into JPG Java

    Merge multiple Image into JPG in Java code. Save Image as JPG using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/image-to-jpg/
  9. Several Image Into BMP Java

    Merge multiple Image into BMP in Java code. Save Image as BMP using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/image-to-bmp/
  10. Several JPG Into PNG Java

    Merge multiple JPG into PNG in Java code. Save JPG as PNG using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/jpg-to-png/