C# Class Smrf.NodeXL.ExcelTemplate.FontSizeConverter

Class that converts font size values between those used in the Excel workbook and those used in the NodeXL graph.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
MaximumFontSizeWorkbook System.Single
MinimumFontSizeWorkbook System.Single

Méthodes publiques

Méthode Description
FontSizeConverter ( ) : System

Initializes a new instance of the FontSizeConverter class.

GraphToWorkbook ( System.Single graphValue ) : System.Single
WorkbookToGraph ( System.Single valueWorkbook ) : System.Single

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

FontSizeConverter() public méthode

Initializes a new instance of the FontSizeConverter class.
public FontSizeConverter ( ) : System
Résultat System

GraphToWorkbook() public méthode

public GraphToWorkbook ( System.Single graphValue ) : System.Single
graphValue System.Single
Résultat System.Single

WorkbookToGraph() public méthode

public WorkbookToGraph ( System.Single valueWorkbook ) : System.Single
valueWorkbook System.Single
Résultat System.Single

Property Details

MaximumFontSizeWorkbook public_oe static_oe property

Maximum value that can be specified in the workbook for a font size.
public static Single,System MaximumFontSizeWorkbook
Résultat System.Single

MinimumFontSizeWorkbook public_oe static_oe property

Minimum value that can be specified in the workbook for a font size.
public static Single,System MinimumFontSizeWorkbook
Résultat System.Single