Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 48,106 for

shape

(0.35 sec)
  1. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text.... shape = builder . insert_chart ( chart_type...height = 252 ) x_tick_labels = shape . chart . axis_x . tick_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_get method. Gets or sets a GradientStop object in the collection in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::Fill::get_GradientStops...

    Aspose::Words::Drawing::Fill::get_GradientStops method. Gets a collection of GradientStop objects for the fill in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. StoryType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StoryType enum, efficiently manage Word document text stories with ease. Enhance your document processing experience today!...Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. Document doc =...

    reference.aspose.com/words/net/aspose.words/sto...
  5. Working with Watermark in Java|Aspose.Words for...

    Document watermark manipulation using Java....can also be inserted using shape class as well. It is very easy...easy to insert any shape or image into a header or footer and...

    docs.aspose.com/words/java/working-with-watermark/
  6. Manage Text Boxes in Presentations on Android|A...

    Aspose.Slides for Android via Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....typically exist in text boxes or shapes. Therefore, to add a text to...interface that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/androidjava/manage-textbox/
  7. Forms2OleControlCollection class | Aspose.Words...

    Aspose.Words.Drawing.Ole.Forms2OleControlCollection class. Represents collection of [Forms2OleControl](../forms2olecontrol/) objects...docm" ); // Shapes store and display OLE objects...let shape = doc . getShape ( 0 , true ); expect ( shape . oleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataPointCollection.has_default_format met...

    ChartDataPointCollection.has_default_format method. Gets a flag indicating whether the data point at the specified index has default format.... shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () series = shape . chart . series [ 0 ] data_points...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartSeriesGroup.GapWidth | Aspose.Words for .NET

    Discover the ChartSeriesGroup GapWidth property to easily adjust the gap percentage between chart elements for enhanced data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...ChartSeriesGroup seriesGroup = shape . Chart . SeriesGroups [ 0 ];...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 从 C++ 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for C++ 中检索段落和文本片段的边界,以优化 PowerPoint 演示文稿中的文本定位。...Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/paragraph/