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

shape

(0.05 sec)
  1. Several JPG Into TIFF Java

    Merge multiple JPG into TIFF in Java code. Save JPG as TIFF 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-tiff/
  2. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...AutoShape shape = (AutoShape)pres.Slides[ 0 ].Shapes[ 0 ]; shape.TextFrame...

    products.aspose.com/slides/net/editor/pdf/
  3. HtmlLoadOptions class | Aspose.Words for Python

    aspose.words.loading.HtmlLoadOptions class. Allows to specify additional options when loading HTML document into a [Document](../../aspose.words/document/) object...from LoadOptions ) convert_shape_to_office_math Gets or sets...sets whether to convert shapes with EquationXML to Office Math objects...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Tables::Cell::EnsureMinimum meth...

    Aspose::Words::Tables::Cell::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....typical elements such as runs, shapes, and even other tables. //...add contents such as run and shape nodes to it until it does. ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Aspose.PSD for Java | Aspose API References

    Aspose.PSD for Java API References contain examples, code snippets, and API documentation. It provides packages, classes, interfaces, and other API details....shapes The package contains different shapes combined...combined from shape segments. com.aspose.psd.shapesegments The package...

    reference.aspose.com/psd/java/
  6. aspose.words.drawing.charts module | Aspose.Wor...

    The aspose.words.drawing.charts module provides classes that allow to access charts in Microsoft Word documents....Provides access to the chart shape properties. To learn more, visit...ChartShapeType Specifies the shape type of chart elements. ChartStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage Rows and Columns|Aspose.Slides for PHP D...

    Manage table rows and columns in PowerPoint presentations...null ; # Iterates through the shapes and sets a reference to the... 30 , 30 ); # Adds a table shape to slide $table = $sld -> getShapes...

    docs.aspose.com/slides/php-java/manage-rows-and...
  8. Filtering the kind of data while loading the wo...

    Learn how to filter specific data types while loading a workbook from a template file using Aspose.Cells with C++....following sample code loads only shape objects while loading the workbook...set to LoadDataFilterOption.Shape The following screenshot shows...

    docs.aspose.com/cells/cpp/filtering-the-kind-of...
  9. Removing row or column in Table in VSTO and Asp...

    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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) { ITable...

    docs.aspose.com/slides/net/removing-row-or-colu...
  10. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. C++ API code to extract images and text content from DOCX document....GetChildNodes Use NodeType::Shape as parameter Iterate through...image Save extracted file using shape->get_ImageData()->Save method...

    products.aspose.com/total/cpp/parse/docx/