GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Printing 名前空間 > PrintingContext クラス : DrawText(String,Font,Rectangle,Rectangle,HorizontalAlignment,VerticalAlignment,Boolean,Int32,Boolean) メソッド |
'Declaration
Public MustOverride Sub DrawText( _ ByVal text As String, _ ByVal font As Font, _ ByVal rect As Rectangle, _ ByVal padding As Rectangle, _ ByVal left As HorizontalAlignment, _ ByVal bottom As VerticalAlignment, _ ByVal wrapText As Boolean, _ Optional ByVal rotation As Integer, _ Optional ByVal shrinkToFit As Boolean _ )
public abstract void DrawText( string text, Font font, Rectangle rect, Rectangle padding, HorizontalAlignment left, VerticalAlignment bottom, bool wrapText, int rotation, bool shrinkToFit )