'Declaration Public Function Truncate( _ Optional ByVal lastLineTrimming As TrimmingGranularity _ ) As System.Boolean
public System.bool Truncate( TrimmingGranularity lastLineTrimming )
Parameters
- lastLineTrimming
- The text granularity used when trimming the last line of text.
Return Value
true if at least some text remains that fits into the current layout bounds, false if the current layout did not contain any text or all text had to be removed.