Sort Score
Result 10 results
Languages All
Labels All
Results 5,701 - 5,710 of 136,545 for

shape

(0.11 sec)
  1. SlideUtil | Aspose.Slides for Android via Java ...

    Offer methods which help to search Shapes and text in a presentation....methods which help to search shapes and text in a presentation...pres, String altText) Find shape by alternative text in a PPTX...

    reference.aspose.com/slides/androidjava/com.asp...
  2. IShapeStyle - Aspose.Slides for Android via Jav...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....SequenceCollection SetEffect Shape ShapeBevel ShapeCollection ShapeElement...interface IShapeStyle Represent shape's style reference. Method Summary...

    reference.aspose.com/slides/androidjava/com.asp...
  3. ChartSeries.Add | Aspose.Words for .NET

    ChartSeries Add method. Adds the specified X value to the chart series. If the series supports Y values and bubble sizes they will be empty for the X value in C#....new DocumentBuilder (); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries department1Series...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Modifying different file types inside .docx fil...

    Hello, I am working on a project (in java) using aspose.words library (and i have liscence). i am trying to create a function that gets as a parameter a document (more specifically a .docx file) run all over the ole ob…...NodeCollection<Shape> shapes = document.getChildNodes(NodeType.SHAPE, true);...true); for (Shape shape : shapes) { if (shape.getOleFormat() !=...

    forum.aspose.com/t/modifying-different-file-typ...
  5. WidthScale | Aspose.Cells for .NET API 参考

    获取和设置宽度比例单位是原始图片宽度的百分比 如果形状不是图片WidthScale属性只返回100...WidthScale Shape.WidthScale property 获取和设置宽度比例,单位是原始图片宽度的百分比。...} 例子 [C#] if ( shape . WidthScale == 3 ) shape . WidthScale =...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. Bevel | Aspose.Diagram for .NET API Reference

    Represents a bevel of a Shape...class Represents a bevel of a shape public class Bevel Properties...bevel, or how far above the shape it is applied. In unit of Points...

    reference.aspose.com/diagram/net/aspose.diagram...
  7. Chart.Axes | Aspose.Words for .NET

    Chart Axes property. Gets a collection of all axes of this chart in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Hide the major...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Shape.MsoDrawingType | Aspose.Cells for .NET AP...

    Shape property. Gets mso drawing type...Shape.MsoDrawingType Shape.MsoDrawingType property Gets mso drawing...MsoDrawingType msoDrawingType = shape . MsoDrawingType ; See Also...

    reference.aspose.com/cells/net/aspose.cells.dra...
  9. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. auto doc = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/sto...
  10. Apply Custom Style Sheet to a Visio Diagram in ...

    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....vsd" ); $shapes = $diagram -> getPages () ->...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/java/apply-custom-style...