Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 42,307 for

shape

(0.04 sec)
  1. ShapeBase.isLayoutInCell property | Aspose.Word...

    ShapeBase.isLayoutInCell property. Gets or sets a flag indicating whether the Shape is displayed inside a table or outside of it....flag indicating whether the shape is displayed inside a table...Has effect only for top level shapes, the property ShapeBase.wrapType...

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

    Discover Aspose.Words.Drawing.ReflectionFormat class for advanced object reflection formatting. Enhance your document design with seamless integration!...to interact with reflection shape effect. Document doc = new Document...+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 如何用 C++ 改变批注的字体颜色|Documentation

    学习如何使用 Aspose.Cells 和 C++ 自定义批注的字体颜色。...提供了 Shape.GetTextBody() 属性用于设置批注字体颜色。以下示例代码演示了如何使用 Shape.GetTextBody()...); // Get the comment shape Shape shape = comment . GetCommentShape...

    docs.aspose.com/cells/zh/cpp/how-to-change-the-...
  4. HorizontalRuleFormat.alignment property | Aspos...

    HorizontalRuleFormat.alignment property. Gets or sets the alignment of the horizontal rule....to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.MoveToHeaderFooter | Aspose.Wor...

    Effortlessly navigate to headers and footers with the DocumentBuilder MoveToHeaderFooter method, enhancing your document editing efficiency.... HeaderPrimary ); Shape shape = builder . InsertImage (...logo.png" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Aspose::Words::NodeCollection::ToArray method |...

    Aspose::Words::NodeCollection::ToArray method. Copies all nodes from the collection to a new array of nodes in C++....replace all textbox shapes with image shapes. auto doc = MakeObject...ArrayPtr < SharedPtr < Shape >> shapes = doc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background Shape for enhanced visual appeal. Maximize your design potential!...background shape of the document. Can be null . public Shape BackgroundShape...Microsoft Word allows only a shape that has its ShapeType property...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals.... public Shape InsertImage ( Image image )...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Drawing::ShapeBase::get_ParentPa...

    Aspose::Words::Drawing::ShapeBase::get_ParentParagraph method. Returns the immediate parent paragraph in C++...." ); SharedPtr < Shape > shape = builder -> InsertShape... 50 ); builder -> MoveTo ( shape -> get_LastParagraph ()); builder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object....' ) shape = builder . insert_shape ( shape_type = aw ...= 50 ) builder . move_to ( shape . last_paragraph ) builder ...

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