Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 43,024 for

shape

(0.07 sec)
  1. Shape.TextBox | Aspose.Words for .NET

    Customize your Shape TextBox properties to enhance text display and improve visual appeal in your designs. Unlock creative potential today!...TextBox Contents [ Hide ] Shape.TextBox property Defines attributes...how text is displayed in a shape. public TextBox TextBox { get...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Drawing::Fill class | Aspose.Wor...

    Aspose::Words::Drawing::Fill class. Represents fill formatting for an object. To learn more, visit the documentation article in C++....Examples Shows how to fill a shape with a solid color. auto doc...then cover it with a floating shape. builder -> get_Font () -> set_Size...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::CompositeNode class | Aspose.Wor...

    Aspose::Words::CompositeNode class. Base class for nodes that can contain other nodes. To learn more, visit the documentation article in C++....(); // Add two runs and one shape as child nodes to the first...u "Hello world! " )); auto shape = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. OptionButtonControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.OptionButtonControl class, perfect for creating exclusive choice options in your applications. Enhance user experience today!...docx" ); Shape shape1 = ( Shape ) doc . GetChild (...( NodeType . Shape , 0 , true ); OptionButtonControl optionButton1...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在Ruby中替换Visio Diagram的图片形状|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.... toPath ()) shapes = diagram . getPages () . getPage...() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) #...

    docs.aspose.com/diagram/zh/java/replace-a-pictu...
  6. NodeList.Count | Aspose.Words for .NET

    Discover the NodeList Count property to easily retrieve the total number of nodes in your list, enhancing your web development efficiency...."//Table//Run" ))); // Access the shape that contains the image we inserted...nodeList = doc . SelectNodes ( "//Shape" ); Assert . That ( nodeList...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/doc/
  8. Features Overview|Aspose.Slides for Node.js via...

    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....Finding a Shape You can also find a particular shape from a slide...alternative text associated with the shape Backgrounds Aspose.Slides for...

    docs.aspose.com/slides/nodejs-java/features-ove...
  9. Aspose::Words::Drawing::Stroke::get_ForeThemeCo...

    Aspose::Words::Drawing::Stroke::get_ForeThemeColor method. Gets or sets a ThemeColor object that represents the stroke foreground color in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...Drawing :: Stroke > stroke = shape -> get_Stroke (); stroke ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Working with Images in Java|Aspose.Words for Java

    Image Shapes in details and advanced features provided by Aspose.Words for Java....All images are stored inside Shape nodes in a Document. To extract...getChildNodes method to select all Shape nodes. Iterate through resulting...

    docs.aspose.com/words/java/working-with-images/