Search
TimelineSettings.getSpanTexts Method
See Also
 






Gets a value indicating whether some cell texts will span more than one cell when the space in their corresponding cells is insufficient due to scaling the view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Boolean getSpanTexts ()

 Return Value

A Boolean value.

 Remarks

The number of spanned cells is specified by the getSpanCellCount property. If the value of this property is 0, then the number of cells is automatically calculated based on the current scale factor, which is specified by the ResourceViewSettings.getTimelineScale property.

 See Also