Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 46,952 for

shape

(0.13 sec)
  1. Aspose::Words::DocumentBuilder::InsertOnlineVid...

    Aspose::Words::DocumentBuilder::InsertOnlineVideo method. Inserts an online video object into the document and scales it to the specified size in C++....Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: DocumentBuilder...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Adjustment.value property | Aspose.Words for Py...

    Adjustment.value property. Gets or sets the raw value of the adjustment....for calculations within the shape guides. Examples Shows how to...+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Story.deleteShapes method | Aspose.Words for No...

    Story.deleteShapes method. Deletes all Shapes from the text of this story....deleteShapes() Deletes all shapes from the text of this story...Examples Shows how to remove all shapes from a node. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  5. Story.storyType property | Aspose.Words for Nod...

    Story.storyType property. Gets the type of this story....Examples Shows how to remove all shapes from a node. let doc = new...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Actions disappeared after saving - Free Support...

    Hello, i have a Shape with an action. But after saving the diagram to a vsdx file the action is disappeared. Please use this code to reproduce it. Am I doing something wrong, or is it a bug? Diagram diagram = new Diag…... 12:29pm 1 Hello, i have a shape with an action. But after saving...Aspose.Diagram.Shape shape = firstPage.Shapes[0]; foreach (Aspose...

    forum.aspose.com/t/actions-disappeared-after-sa...
  7. OlePackage.displayName property | Aspose.Words ...

    OlePackage.displayName property. Gets or sets OLE Package display name....system by double-clicking on the shape that contains the OLE object...databaseDir + "cat001.zip" ); let shape = builder . insertOleObject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartFormat | Aspose.Words for Java

    Represents the formatting of a chart element in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); // Delete series...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::Charts::ChartFormat::Se...

    Aspose::Words::Drawing::Charts::ChartFormat::SetDefaultFill method. Resets the fill of the chart element to have the default value in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Style properties sometimes null - Free Support ...

    Hello, i have the problem that the style properties of a Shape are sometimes null. You can reproduce it with the following code: Diagram diagram = new Diagram(); var page = diagram.Pages[0]; long recShapeId = page.Dr…...that the style properties of a shape are sometimes null. You can...Aspose.Diagram.Shape drawedShape = page.Shapes.GetShape(recShapeId);...

    forum.aspose.com/t/style-properties-sometimes-n...