Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / AllowTextAfterFloatingTableBreak Property

In This Topic
    AllowTextAfterFloatingTableBreak Property
    In This Topic
    Gets or sets whether the document content that follows the floating table can be added to the same pages as the table. The content follows the usual page breaking rules and can flow around the table.
    Syntax
    'Declaration
     
    Public Property AllowTextAfterFloatingTableBreak As System.Boolean
    public System.bool AllowTextAfterFloatingTableBreak {get; set;}
    See Also