Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 45,786 for

shape

(0.11 sec)
  1. How to Insert Draft Watermark in PowerPoint Pre...

    This brief tutorial provides details on how to insert draft watermark in PowerPoint presentation using Java. We will use background text to add draft watermark in presentation using Java....load the target file Prepare a shape to place the draft watermark...Set the rotation angle of the shape for displaying rotated text...

    kb.aspose.com/slides/java/how-to-insert-draft-w...
  2. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked Shapes in Excel files using Aspose.Cells for C++....Refresh Values of Linked Shapes with C++ Contents [ Hide ] Sometimes...Sometimes, you have a linked shape in your Excel file which is...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  3. 段落|Aspose.Slides 文档

    在 C# 或 .NET 中的 PowerPoint 演示文稿中的段落和部分...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/zh/net/paragraph/
  4. Adjustment.value property | Aspose.Words for Py...

    Adjustment.value property. Gets or sets the raw value of the adjustment....for calculations within the shape guides. Examples Shows how to...+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Add a Watermark to a Presentation in C#|Aspose....

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in C# to indicate a draft, confidential information, copyright, and more....PictureFrame class or fill a watermark shape with an image. PictureFrame...of the shape object. Since ITextFrame is not a shape and its...

    docs.aspose.com/slides/net/watermark/
  6. 段落|Aspose.Slides 文档

    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....Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/paragraph/
  7. Aspose::Words::Drawing::HorizontalRuleFormat cl...

    Aspose::Words::Drawing::HorizontalRuleFormat class. Represents horizontal rule formatting. To learn more, visit the documentation article in C++....more, visit the Working with Shapes documentation article. class...to insert a horizontal rule shape, and customize its formatting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Charts::ChartFormat::Se...

    Aspose::Words::Drawing::Charts::ChartFormat::SetDefaultFill method. Resets the fill of the chart element to have the default value in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. SignatureLineOptions.AllowComments | Aspose.Wor...

    Enable signer comments in the Sign dialog with the SignatureLineOptions AllowComments property. Enhance collaboration and feedback effortlessly!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); signatureLine = shape . SignatureLine...

    reference.aspose.com/words/net/aspose.words/sig...
  10. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...