Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class
Properties Methods

In This Topic
    Picture Class Members
    In This Topic

    The following tables list the members exposed by Picture.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the alternative text for the picture.

    This text can be used by assistive technologies or applications that do not display the actual picture.

     
    Public PropertyGets or sets how to interpret color information contained within the shape to achieve a color, black and white, or grayscale rendering of the shape.

    This property specifies only the rendering mode applied to the shape; it does not affect how the actual color information is persisted.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the shape effects formatting properties.  
    Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the fill formatting properties.  
    Public Property Gets or sets a preset geometric shape type.  
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyOverridden. Gets or sets a value indicating whether this picture is hidden (i.e. present in the document but not visible).

    Note that an application can have settings that allow this picture to be viewed.

     
    Public PropertyOverridden.  Gets the unique ID of the current picture in the document.  
    Public PropertyGets the ImageData representing this picture.  
    Public Property Gets the line formatting properties.  
    Public PropertyOverridden. Gets or sets the current picture name.

    Typically, this is used to store the original file name of the picture.

     
    Public Property Gets the next picture.  
    Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent Run of the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the ShapePosition object that contains properties for positioning the current anchored shape in the document.

    Note that if the current shape is an inline shape, this property has no effect.

    (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public Property Gets the previous picture.  
    Public PropertyGets the ShapeRotation object that contains properties for rotating the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the ShapeSize object that contains properties for sizing the current shape in the document. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the style information for the picture.  
    Public PropertyOverridden.  Gets or sets the title (caption) of this picture.  
    Public PropertyGets the ShapeBase.WrapFormat object that contains properties for wrapping text around the current shape. (Inherited from GrapeCity.Documents.Word.ShapeBase)
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodApplies a PicturePreset to this Picture.

    Preset contains predefined fill, line, geometry and effects.

     
    Public MethodDeletes this content object from the parent Body.

    Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a PersistentRange associated with this content object.

    Unlike the Range returned by GetRange, this persistent range and any markers on it (see RangeBase.Start and RangeBase.End) can still be used if the object is deleted.

    Note that PersistentRange should be disposed when no longer needed to improve performance.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a Range associated with this content object.

    To get a range that can be used after the object has been deleted, see GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    See Also