Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 42,521 for

shape

(0.07 sec)
  1. Theme | Aspose.Words for Java

    Represents document Theme and provides access to main theme parts including getMajorFonts getMinorFonts and getColors in Java....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme.getColors(); colors...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::DocumentBuilder::InsertSignature...

    Aspose::Words::DocumentBuilder::InsertSignatureLine method. Inserts a signature line at the current position in C++....Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: DocumentBuilder...docx" ); auto shape = System :: ExplicitCast < Shape > ( doc ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Visio ActiveX Controls|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Retrieve an ActiveX Control from a Shape Object to Modify Properties...Objects in Visio Diagram Visio Shape Gradient, Gradient Stops and...

    docs.aspose.com/diagram/java/visio-activex-cont...
  4. OleControl.name property | Aspose.Words for Python

    OleControl.name property. Gets or sets name of the ActiveX control....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... let shape = builder . insertChart ( aw..., 252 ); let xTickLabels = shape . chart . axisX . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartAxisCollection class, your go-to solution for managing chart axes efficiently and enhancing your document's data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Hide the major...

    reference.aspose.com/words/net/aspose.words.dra...
  7. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text.... let shape = builder . insertChart ( aw..., 252 ); let xTickLabels = shape . chart . axisX . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Chart.sourceFullName property | Aspose.Words fo...

    Chart.sourceFullName property. Gets the path and name of an xls/xlsx file this chart is linked to....myDir + "Shape with linked chart.docx" ); let shape = doc . getShape...true ); let sourceFullName = shape . chart . sourceFullName ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetBoundsInPixels method. Calculates the bounds of the Shape in pixels for a specified zoom factor and resolution in C++....Calculates the bounds of the shape in pixels for a specified zoom...the page) bounding box of the shape in pixels. Remarks This method...

    reference.aspose.com/words/cpp/aspose.words.ren...
  10. Format Text|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Access the third shape Shape shp = slide . Shapes [ 2 ]; //Change... 0 x33 , 0 xCC ); //Change shape background color shp . FillFormat...

    docs.aspose.com/slides/net/format-text/