Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class
Properties Methods

In This Topic
    AnchoredObject Class Members
    In This Topic

    The following tables list the members exposed by AnchoredObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating if the object should be attached to the previous visible character (True) or to the next visible character (False).

    The default is false.

     
    Public PropertyGets the number of inline's code points. (Inherited from GrapeCity.Documents.Text.Inline)
    Public PropertyGets the index of the inline's first code point. (Inherited from GrapeCity.Documents.Text.Inline)
    Public PropertyGets a rectangular area occupied by an embedded object, or 'null'.  
    Public PropertyGets or sets the height of the AnchoredObject, in graphic units.  
    Public PropertyGets or sets the horizontal offset relative to the specified position, in graphic units.  
    Public PropertyGets or sets the horizontal position of the AnchoredObject.

    The default is HorizontalPosition.CharCenter.

     
    Public PropertyGets or sets a value indicating if the anchored object should not appear beyond the horizontal bounds specified by the MinLeft and MaxRight properties.

    The default is false.

     
    Public PropertyGets or sets a value indicating if the anchored object should not appear beyond the vertical bounds specified by the MinTop and MaxBottom properties.

    The default is false.

     
    Public PropertyGets or sets the maximum ObjectRect.Bottom value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInVerticalBounds property is set to true.

     
    Public PropertyGets or sets the maximum ObjectRect.Right value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInHorizontalBounds property is set to true.

     
    Public PropertyGets or sets the minimum ObjectRect.Left value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInHorizontalBounds property is set to true.

     
    Public PropertyGets or sets the minimum ObjectRect.Top value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInVerticalBounds property is set to true.

     
    Public PropertyGets or sets the embedded object referenced by the AnchoredObject.  
    Public PropertyGets a rectangular area which is excluded from text layout, or 'null'.  
    Public PropertyGets or sets the vertical offset relative to the specified position, in graphic units.  
    Public PropertyGets or sets the vertical position of the AnchoredObject.

    The default is VerticalPosition.CharCenter.

     
    Public PropertyGets or sets the width of the AnchoredObject, in graphic units.  
    Public PropertyGets or sets a value specifying how text wraps around the sides of an anchored object.

    The default is WrapSide.Both.

     
    Public PropertyGets or sets a value indicating if the anchored object should affect text layout.

    The default is false.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the number of UTF-16 characters.  
    Public MethodOverridden. Gets the string of UTF-16 characters.  
    Top
    See Also