Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 42,872 for

shape

(0.3 sec)
  1. 如何用 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-...
  2. 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...
  3. Aspose::Words::Drawing::ShapeBase::get_ShapeTyp...

    Aspose::Words::Drawing::ShapeBase::get_ShapeType method. Gets the Shape type in C++....ShapeBase::get_ShapeType method Gets the shape type. Aspose :: Words :: Drawing...Shows how to create a group of shapes, and print its contents using...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell 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.wrap_type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance....(); // Add two runs and one shape as child nodes to the first..."Hello world! " )); Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Fill.texture_alignment property | Aspose.Words ...

    Fill.texture_alignment property. Gets or sets the alignment for tile texture fill....tiling the texture inside the shape. doc = aw . Document () builder...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.gradient_variant property | Aspose.Words f...

    Fill.gradient_variant property. Gets the gradient variant [GradientVariant](../../gradientvariant/) for the fill....Examples Shows how to fill a shape with a gradients. doc = aw ...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageData.image_size property | Aspose.Words fo...

    ImageData.image_size property. Gets the information about image size and resolution....Examples Shows how to resize a shape with an image. # When we insert...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.IsGroup | Aspose.Words for .NET

    Discover ShapeBase IsGroup. Easily identify if a Shape is a group. Enhance your design workflow with this essential property for better organization....Returns true if this is a group shape. public bool IsGroup { get ;...Shows how to create a group of shapes, and print its contents using...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Aspose::Words::Loading::LoadOptions::get_BaseUr...

    Aspose::Words::Loading::LoadOptions::get_BaseUri method. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required. Can be null or empty string. Default is null in C++....); // Verify that the first shape of the document contains a valid...image. auto shape = System :: ExplicitCast < Shape > ( doc ->...

    reference.aspose.com/words/cpp/aspose.words.loa...