Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 49,135 for

shape

(0.18 sec)
  1. ThemeColors.accent3 property | Aspose.Words for...

    ThemeColors.accent3 property. Specifies color Accent 3....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartAxis.TickMarkSpacing | Aspose.Words for .NET

    Discover the ChartAxis TickMarkSpacing property to customize tick mark intervals, enhancing your chart's readability and visual appeal....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. 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...
  4. 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...
  5. PresetTexture enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.PresetTexture enumeration. Specifies texture to be used to fill a Shape....texture to be used to fill a shape. Members Name Description None...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...
  7. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....NodeType" ); $ shape = $ doc -> getChild ( $ nodeType...ConvertUtil" ); $ imagePpi = $ shape -> getImageData ()-> getImageSize...

    docs.aspose.com/words/java/compress-images-in-php/
  8. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_AxisY method. Provides access to properties of the Y axis of this series group in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartSeries::Cl...

    Aspose::Words::Drawing::Charts::ChartSeries::ClearValues method. Removes all data values from the chart series with preserving the format of the data points and data labels in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Container Styling Issue - Free Support Forum - ...

    I am having an issue when copying a container from one page to another. The script below makes the correct # of copies and resizes them correctly. However, the styling is incorrect. If you open the output file in visi…...ContainerProperties of the shape, and I don’t see that being...[string]$Value ) foreach ($item in $page.Shapes) { $prop = $item.props.GetProp($Key)...

    forum.aspose.com/t/container-styling-issue/320591