Package com.grapecity.documents.excel
Interface IGraphicsInfo
public interface IGraphicsInfo
Provides graphics information.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetDigitWidth(TextFormatInfo textFormat) Gets the maximum width of 0~9 digits in device independent pixel.
-
Method Details
-
getDigitWidth
Gets the maximum width of 0~9 digits in device independent pixel.- Parameters:
textFormat- Text formats- Returns:
- The maximum width of 0~9 digits.
-