Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 9,888 for

shape

(0.32 sec)
  1. ChartDataLabel.Position | Aspose.Words for .NET

    Discover the ChartDataLabel Position property to easily customize your data label's position for enhanced data visualization and clarity.... Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ChartSeriesGroup.Series | Aspose.Words for .NET

    Discover the ChartSeriesGroup Series property to access a unique collection of related series, enhancing your data visualization experience....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  3. SignatureLineOptions.defaultInstructions proper...

    SignatureLineOptions.defaultInstructions property. Gets or sets a value indicating that default instructions is shown in the Sign dialog...docx" ); let shape = ( Shape ) doc . getShape ( 0 ,... true ); signatureLine = shape . signatureLine ; expect ( signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartFormat.Stroke | Aspose.Words for .NET

    Discover the ChartFormat Stroke property to enhance line styling in your charts, ensuring professional and visually appealing presentations....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete default...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Stroke.backColor property | Aspose.Words for No...

    Stroke.backColor property. Gets or sets the background color of the stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.white...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Stroke.foreColor property | Aspose.Words for No...

    Stroke.foreColor property. Gets or sets the foreground color of the stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.black...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Format method. Provides access to fill and line formatting of the series in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); SharedPtr <...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::ImageData::FitImageToSh...

    Aspose::Words::Drawing::ImageData::FitImageToShape method. Fits the image data to Shape frame so that the aspect ratio of the image data matches the aspect ratio of Shape frame in C++....method Fits the image data to Shape frame so that the aspect ratio...matches the aspect ratio of Shape frame. void Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. OleFormat.IconCaption | Aspose.Words for .NET

    Discover the OleFormat IconCaption property to easily retrieve and customize OLE object icon captions for enhanced document presentation....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...