C# 클래스 Smrf.NodeXL.ExcelTemplate.FontSizeConverter

Class that converts font size values between those used in the Excel workbook and those used in the NodeXL graph.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaximumFontSizeWorkbook System.Single
MinimumFontSizeWorkbook System.Single

공개 메소드들

메소드 설명
FontSizeConverter ( ) : System

Initializes a new instance of the FontSizeConverter class.

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

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

FontSizeConverter() 공개 메소드

Initializes a new instance of the FontSizeConverter class.
public FontSizeConverter ( ) : System
리턴 System

GraphToWorkbook() 공개 메소드

public GraphToWorkbook ( System.Single graphValue ) : System.Single
graphValue System.Single
리턴 System.Single

WorkbookToGraph() 공개 메소드

public WorkbookToGraph ( System.Single valueWorkbook ) : System.Single
valueWorkbook System.Single
리턴 System.Single

프로퍼티 상세

MaximumFontSizeWorkbook 공개적으로 정적으로 프로퍼티

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

MinimumFontSizeWorkbook 공개적으로 정적으로 프로퍼티

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