Метод | Описание | |
---|---|---|
GetFamilyName ( ) : string | ||
GetGivenName ( ) : string | ||
GetPageWidthInCm ( ) : float | ||
SetFamilyName ( string familyName ) : void | ||
SetGivenName ( string givenName ) : void | ||
SetPageWidthInInches ( float newWidth ) : void | ||
SetPageWidthInPoints ( float newWidth ) : void |
public SetFamilyName ( string familyName ) : void | ||
familyName | string | |
Результат | void |
public SetGivenName ( string givenName ) : void | ||
givenName | string | |
Результат | void |
public SetPageWidthInInches ( float newWidth ) : void | ||
newWidth | float | |
Результат | void |
public SetPageWidthInPoints ( float newWidth ) : void | ||
newWidth | float | |
Результат | void |