Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 9,889 for

shape

(0.03 sec)
  1. SignOptions.providerId property | Aspose.Words ...

    SignOptions.providerId property. Specifies the class ID of the signature provider...docx" ); let shape = ( Shape ) doc . getShape ( 0 ,... true ); signatureLine = shape . signatureLine ; expect ( signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartAxis.HasMinorGridlines | Aspose.Words for ...

    Discover the ChartAxis HasMinorGridlines property to easily control minor gridlines on your charts, enhancing data readability and visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::Drawing::Charts::IChartDataPoint...

    Aspose::Words::Drawing::Charts::IChartDataPoint::get_Explosion method. Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. SignatureLine.providerId property | Aspose.Word...

    SignatureLine.providerId property. Gets or sets signature provider identifier for this signature line...docx" ); let shape = ( Shape ) doc . getShape ( 0 ,... true ); signatureLine = shape . signatureLine ; expect ( signatureLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Themes::ThemeFonts::get_EastAsia...

    Aspose::Words::Themes::ThemeFonts::get_EastAsian method. Specifies font name for EastAsian characters in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". SharedPtr < ThemeColors > colors = theme...

    reference.aspose.com/words/cpp/aspose.words.the...
  6. Aspose::Words::Themes::ThemeColors::get_Followe...

    Aspose::Words::Themes::ThemeColors::get_FollowedHyperlink method. Specifies color for a clicked hyperlink in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". SharedPtr < ThemeColors > colors = theme...

    reference.aspose.com/words/cpp/aspose.words.the...
  7. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_Scaling method. Provides access to the scaling options of the axis in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Document::get_Theme method | Asp...

    Aspose::Words::Document::get_Theme method. Gets the Theme object for this document in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". SharedPtr < ThemeColors > colors = theme...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::Drawing::Charts::AxisScaling::ge...

    Aspose::Words::Drawing::Charts::AxisScaling::get_Minimum method. Gets or sets minimum value of the axis in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. OleFormat.isLink property | Aspose.Words for No...

    OleFormat.isLink property. Returns ``true`` if the OLE object is linked (when [OleFormat.sourceFullName](../sourceFullName/) is specified)....creates shapes that store these objects. let shapes = doc . getChildNodes...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...