Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Extensions Class / TextFrameSupported Method
Tested GeometryType value.

In This Topic
    TextFrameSupported Method
    In This Topic
    For a GeometryType return it is support TextFrame or not.
    Syntax
    'Declaration
     
    Public Shared Function TextFrameSupported( _
       ByVal geometry As GeometryType _
    ) As System.Boolean
    public static System.bool TextFrameSupported( 
       GeometryType geometry
    )

    Parameters

    geometry
    Tested GeometryType value.

    Return Value

    True if provided GeometryType allows defining TextFrame
    See Also