Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 48,784 for

shape

(0.13 sec)
  1. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of paragraph breaks, enhancing your text's appearance and readability....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/par...
  2. ShapeBase.allowOverlap property | Aspose.Words ...

    ShapeBase.allowOverlap property. Gets or sets a value that specifies whether this Shape can overlap other Shapes....specifies whether this shape can overlap other shapes. get allowOverlap...property affects behavior of the shape in Microsoft Word. Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 搜索

    搜索...string visioStencil = "Basic Shapes.vss"; const string rectangleMaster...設置新形狀的屬性 Shape shape = diagram.Pages[pageNumber].Shapes.GetShape(rectangleId);...

    blog.aspose.com/zh-hant/diagram/create-org-char...
  4. 搜索

    搜索...String visioStencil = "Basic Shapes.vss"; String rectangleMaster...pageNumber); // 設置新形狀的屬性 Shape shape = diagram.getPages().get(pageNumber)...

    blog.aspose.com/zh-hant/diagram/create-org-char...
  5. ChartAxisCollection | Aspose.Words for Java

    Represents a collection of chart axes in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Hide the major...

    reference.aspose.com/words/java/com.aspose.word...
  6. TextBox.TextBoxWrapMode | Aspose.Words for .NET

    Discover the TextBox WrapMode property to enhance text wrapping within Shapes, improving your design's clarity and visual appeal....Determines how text wraps inside a shape. public TextBoxWrapMode TextBoxWrapMode...new DocumentBuilder ( doc ); Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Drawing::TextBox::get_LayoutFlow...

    Aspose::Words::Drawing::TextBox::get_LayoutFlow method. Determines the flow of the text layout in a Shape in C++....flow of the text layout in a shape. Aspose :: Words :: Drawing...Aspose :: Words :: Drawing :: Shape > textBoxShape = builder ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Shape.shadow_enabled property | Aspose.Words fo...

    Shape.shadow_enabled property. Returns ``True`` if a shadow effect is enabled....shadow_enabled property Shape.shadow_enabled property Returns...drawing class Shape Shape.ole_format property Shape.signature_line...

    reference.aspose.com/words/python-net/aspose.wo...
  9. OleFormat class | Aspose.Words for Python

    aspose.words.drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control... Remarks Use the Shape.ole_format property to access...docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 C++ 中管理演示文稿占位符|Aspose.Slides 文档

    轻松管理 Aspose.Slides for C++ 中的占位符:替换文本、定制提示并在 PowerPoint 与 OpenDocument 中设置图像透明度。...SharedPtr < IShape > shape = slide -> get_Shapes () -> idx_get ( 0...:: Slides :: AutoShape > ( shape ); SharedPtr < ITextFrame >...

    docs.aspose.com/slides/zh/cpp/manage-placeholder/