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

In This Topic
    InlineObject Class Members
    In This Topic

    The following tables list the members exposed by InlineObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    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 or sets the flags describing the InlineObject.  
    Public PropertyGets or sets the format to be applied to the object. The null value indicates the default format. (Inherited from GrapeCity.Documents.Text.FormattableInline)
    Public PropertyAfter executing TextLayout.PerformLayout gets the GlyphRun associated with the InlineObject.  
    Public PropertyGets or sets the height of the InlineObject, in graphic units.  
    Public PropertyGets or sets a value indicating if there should be no line break after the inline object.  
    Public PropertyGets or sets a value indicating if there should be no line break before the inline object.  
    Public PropertyGets or sets a value indicating if the line break must happen after the inline object.  
    Public PropertyGets or sets a value indicating if the line break must happen before the inline object.  
    Public PropertyGets or sets the embedded object referenced by the InlineObject.  
    Public PropertyAfter executing TextLayout.PerformLayout gets a rectangular area occupied by the InlineObject.  
    Public PropertyGets or sets a value indicating if the inline object can appear rotated 90 or -90 degrees.  
    Public PropertyGets or sets the width of the InlineObject, in graphic units.  
    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