프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PageSizeName | string |
메소드 | 설명 | |
---|---|---|
AddClassesForLayout ( |
||
FromString ( string name ) : |
||
GetDisplayName ( string sizeAndOrientationDescriptor ) : string |
THe normal descriptors are things like "a5portrait". This would turn that in "A5 Portrait" (in the current UI lang, eventually)
|
|
GetLayoutChoices ( |
||
GetSizeAndOrientation ( |
||
SizeAndOrientation ( ) : System | ||
ToString ( ) : string |
/// looks for the css which sets the paper size/orientation ///
|
|
UpdatePageSizeAndOrientationClasses ( |
메소드 | 설명 | |
---|---|---|
AddClass ( |
||
ExtractPageSizeName ( string nameLower, int startOfOrientationName ) : string | ||
RemoveClassesContaining ( |
public static AddClassesForLayout ( |
||
dom | ||
layout | ||
리턴 | void |
public static FromString ( string name ) : |
||
name | string | |
리턴 |
public static GetDisplayName ( string sizeAndOrientationDescriptor ) : string | ||
sizeAndOrientationDescriptor | string | |
리턴 | string |
public static GetLayoutChoices ( |
||
dom | ||
fileLocator | IFileLocator | |
리턴 | IEnumerable |
public static GetSizeAndOrientation ( |
||
dom | ||
defaultIfMissing | string | |
리턴 |
public static UpdatePageSizeAndOrientationClasses ( |
||
node | ||
layout | ||
리턴 | void |