Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / WordWrap Property

In This Topic
    WordWrap Property (CellFormat)
    In This Topic
    Gets or sets a value indicating whether to wrap text in a cell.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    Remarks
    This property only affects the behavior of the cell when the TableFormatBase.AllowAutoFit for this table is set to true. This property shall be interpreted in the context of the PreferredWidth property as follows: If the table cell width is fixed, then this property specifies that that this table cell shall never be smaller than that fixed value when other cells on the line are not at their absolute minimum width. If the table cell width is relatuve or auto, then this property specifies that when running the auto fit algorithm, the contents of that this table cell shall be treated as though they have no breaking characters (the contents should be treated as a single contiguous non - breaking string).
    See Also