C# Class Skybound.Gecko.PrintSettings

Inheritance: nsIPrintSettings
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

Méthode Description
Assign ( nsIPrintSettings aPS ) : void
Clone ( ) : nsIPrintSettings
GetColorspaceAttribute ( ) : string
GetDocURLAttribute ( ) : string
GetDownloadFontsAttribute ( ) : bool
GetEdgeBottomAttribute ( ) : double
GetEdgeInTwips ( IntPtr aEdge ) : void
GetEdgeLeftAttribute ( ) : double
GetEdgeRightAttribute ( ) : double
GetEdgeTopAttribute ( ) : double
GetEffectivePageSize ( double &aWidth, double &aHeight ) : void
GetEndPageRangeAttribute ( ) : int
GetFooterStrCenterAttribute ( ) : string
GetFooterStrLeftAttribute ( ) : string
GetFooterStrRightAttribute ( ) : string
GetHeaderStrCenterAttribute ( ) : string
GetHeaderStrLeftAttribute ( ) : string
GetHeaderStrRightAttribute ( ) : string
GetHowToEnableFrameUIAttribute ( ) : short
GetIsCancelledAttribute ( ) : bool
GetIsInitializedFromPrefsAttribute ( ) : bool
GetIsInitializedFromPrinterAttribute ( ) : bool
GetMarginBottomAttribute ( ) : double
GetMarginInTwips ( IntPtr aMargin ) : void
GetMarginLeftAttribute ( ) : double
GetMarginRightAttribute ( ) : double
GetMarginTopAttribute ( ) : double
GetNumCopiesAttribute ( ) : int
GetOrientationAttribute ( ) : int
GetOutputFormatAttribute ( ) : short
GetPaperDataAttribute ( ) : short
GetPaperHeightAttribute ( ) : double
GetPaperNameAttribute ( ) : string
GetPaperSizeTypeAttribute ( ) : short
GetPaperSizeUnitAttribute ( ) : short
GetPaperWidthAttribute ( ) : double
GetPlexNameAttribute ( ) : string
GetPrintBGColorsAttribute ( ) : bool
GetPrintBGImagesAttribute ( ) : bool
GetPrintCommandAttribute ( ) : string
GetPrintFrameTypeAttribute ( ) : short
GetPrintFrameTypeUsageAttribute ( ) : short
GetPrintInColorAttribute ( ) : bool
GetPrintOptions ( int aType ) : bool
GetPrintOptionsBits ( ) : int
GetPrintPageDelayAttribute ( ) : int
GetPrintRangeAttribute ( ) : short
GetPrintReversedAttribute ( ) : bool
GetPrintSessionAttribute ( ) : nsIPrintSession
GetPrintSilentAttribute ( ) : bool
GetPrintToFileAttribute ( ) : bool
GetPrinterNameAttribute ( ) : string
GetResolutionNameAttribute ( ) : string
GetScalingAttribute ( ) : double
GetShowPrintProgressAttribute ( ) : bool
GetShrinkToFitAttribute ( ) : bool
GetStartPageRangeAttribute ( ) : int
GetTitleAttribute ( ) : string
GetToFileNameAttribute ( ) : string
GetUnwriteableMarginBottomAttribute ( ) : double
GetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
GetUnwriteableMarginLeftAttribute ( ) : double
GetUnwriteableMarginRightAttribute ( ) : double
GetUnwriteableMarginTopAttribute ( ) : double
SetColorspaceAttribute ( string aColorspace ) : void
SetDocURLAttribute ( string aDocURL ) : void
SetDownloadFontsAttribute ( bool aDownloadFonts ) : void
SetEdgeBottomAttribute ( double aEdgeBottom ) : void
SetEdgeInTwips ( IntPtr aEdge ) : void
SetEdgeLeftAttribute ( double aEdgeLeft ) : void
SetEdgeRightAttribute ( double aEdgeRight ) : void
SetEdgeTopAttribute ( double aEdgeTop ) : void
SetEffectivePageSize ( double aWidth, double aHeight ) : void
SetEndPageRangeAttribute ( int aEndPageRange ) : void
SetFooterStrCenterAttribute ( string aFooterStrCenter ) : void
SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
SetFooterStrRightAttribute ( string aFooterStrRight ) : void
SetHeaderStrCenterAttribute ( string aHeaderStrCenter ) : void
SetHeaderStrLeftAttribute ( string aHeaderStrLeft ) : void
SetHeaderStrRightAttribute ( string aHeaderStrRight ) : void
SetHowToEnableFrameUIAttribute ( short aHowToEnableFrameUI ) : void
SetIsCancelledAttribute ( bool aIsCancelled ) : void
SetIsInitializedFromPrefsAttribute ( bool aIsInitializedFromPrefs ) : void
SetIsInitializedFromPrinterAttribute ( bool aIsInitializedFromPrinter ) : void
SetMarginBottomAttribute ( double aMarginBottom ) : void
SetMarginInTwips ( IntPtr aMargin ) : void
SetMarginLeftAttribute ( double aMarginLeft ) : void
SetMarginRightAttribute ( double aMarginRight ) : void
SetMarginTopAttribute ( double aMarginTop ) : void
SetNumCopiesAttribute ( int aNumCopies ) : void
SetOrientationAttribute ( int aOrientation ) : void
SetOutputFormatAttribute ( short aOutputFormat ) : void
SetPaperDataAttribute ( short aPaperData ) : void
SetPaperHeightAttribute ( double aPaperHeight ) : void
SetPaperNameAttribute ( string aPaperName ) : void
SetPaperSizeTypeAttribute ( short aPaperSizeType ) : void
SetPaperSizeUnitAttribute ( short aPaperSizeUnit ) : void
SetPaperWidthAttribute ( double aPaperWidth ) : void
SetPlexNameAttribute ( string aPlexName ) : void
SetPrintBGColorsAttribute ( bool aPrintBGColors ) : void
SetPrintBGImagesAttribute ( bool aPrintBGImages ) : void
SetPrintCommandAttribute ( string aPrintCommand ) : void
SetPrintFrameTypeAttribute ( short aPrintFrameType ) : void
SetPrintFrameTypeUsageAttribute ( short aPrintFrameTypeUsage ) : void
SetPrintInColorAttribute ( bool aPrintInColor ) : void
SetPrintOptions ( int aType, bool aTurnOnOff ) : void
SetPrintOptionsBits ( int printOptionsBits ) : void
SetPrintPageDelayAttribute ( int aPrintPageDelay ) : void
SetPrintRangeAttribute ( short aPrintRange ) : void
SetPrintReversedAttribute ( bool aPrintReversed ) : void
SetPrintSessionAttribute ( nsIPrintSession aPrintSession ) : void
SetPrintSilentAttribute ( bool aPrintSilent ) : void
SetPrintToFileAttribute ( bool aPrintToFile ) : void
SetPrinterNameAttribute ( string aPrinterName ) : void
SetResolutionNameAttribute ( string aResolutionName ) : void
SetScalingAttribute ( double aScaling ) : void
SetShowPrintProgressAttribute ( bool aShowPrintProgress ) : void
SetShrinkToFitAttribute ( bool aShrinkToFit ) : void
SetStartPageRangeAttribute ( int aStartPageRange ) : void
SetTitleAttribute ( string aTitle ) : void
SetToFileNameAttribute ( string aToFileName ) : void
SetUnwriteableMarginBottomAttribute ( double aUnwriteableMarginBottom ) : void
SetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
SetUnwriteableMarginLeftAttribute ( double aUnwriteableMarginLeft ) : void
SetUnwriteableMarginRightAttribute ( double aUnwriteableMarginRight ) : void
SetUnwriteableMarginTopAttribute ( double aUnwriteableMarginTop ) : void
SetupSilentPrinting ( ) : void

Method Details

Assign() public méthode

public Assign ( nsIPrintSettings aPS ) : void
aPS nsIPrintSettings
Résultat void

Clone() public méthode

public Clone ( ) : nsIPrintSettings
Résultat nsIPrintSettings

GetColorspaceAttribute() public méthode

public GetColorspaceAttribute ( ) : string
Résultat string

GetDocURLAttribute() public méthode

public GetDocURLAttribute ( ) : string
Résultat string

GetDownloadFontsAttribute() public méthode

public GetDownloadFontsAttribute ( ) : bool
Résultat bool

GetEdgeBottomAttribute() public méthode

public GetEdgeBottomAttribute ( ) : double
Résultat double

GetEdgeInTwips() public méthode

public GetEdgeInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
Résultat void

GetEdgeLeftAttribute() public méthode

public GetEdgeLeftAttribute ( ) : double
Résultat double

GetEdgeRightAttribute() public méthode

public GetEdgeRightAttribute ( ) : double
Résultat double

GetEdgeTopAttribute() public méthode

public GetEdgeTopAttribute ( ) : double
Résultat double

GetEffectivePageSize() public méthode

public GetEffectivePageSize ( double &aWidth, double &aHeight ) : void
aWidth double
aHeight double
Résultat void

GetEndPageRangeAttribute() public méthode

public GetEndPageRangeAttribute ( ) : int
Résultat int

GetFooterStrCenterAttribute() public méthode

public GetFooterStrCenterAttribute ( ) : string
Résultat string

GetFooterStrLeftAttribute() public méthode

public GetFooterStrLeftAttribute ( ) : string
Résultat string

GetFooterStrRightAttribute() public méthode

public GetFooterStrRightAttribute ( ) : string
Résultat string

GetHeaderStrCenterAttribute() public méthode

public GetHeaderStrCenterAttribute ( ) : string
Résultat string

GetHeaderStrLeftAttribute() public méthode

public GetHeaderStrLeftAttribute ( ) : string
Résultat string

GetHeaderStrRightAttribute() public méthode

public GetHeaderStrRightAttribute ( ) : string
Résultat string

GetHowToEnableFrameUIAttribute() public méthode

public GetHowToEnableFrameUIAttribute ( ) : short
Résultat short

GetIsCancelledAttribute() public méthode

public GetIsCancelledAttribute ( ) : bool
Résultat bool

GetIsInitializedFromPrefsAttribute() public méthode

public GetIsInitializedFromPrefsAttribute ( ) : bool
Résultat bool

GetIsInitializedFromPrinterAttribute() public méthode

public GetIsInitializedFromPrinterAttribute ( ) : bool
Résultat bool

GetMarginBottomAttribute() public méthode

public GetMarginBottomAttribute ( ) : double
Résultat double

GetMarginInTwips() public méthode

public GetMarginInTwips ( IntPtr aMargin ) : void
aMargin System.IntPtr
Résultat void

GetMarginLeftAttribute() public méthode

public GetMarginLeftAttribute ( ) : double
Résultat double

GetMarginRightAttribute() public méthode

public GetMarginRightAttribute ( ) : double
Résultat double

GetMarginTopAttribute() public méthode

public GetMarginTopAttribute ( ) : double
Résultat double

GetNumCopiesAttribute() public méthode

public GetNumCopiesAttribute ( ) : int
Résultat int

GetOrientationAttribute() public méthode

public GetOrientationAttribute ( ) : int
Résultat int

GetOutputFormatAttribute() public méthode

public GetOutputFormatAttribute ( ) : short
Résultat short

GetPaperDataAttribute() public méthode

public GetPaperDataAttribute ( ) : short
Résultat short

GetPaperHeightAttribute() public méthode

public GetPaperHeightAttribute ( ) : double
Résultat double

GetPaperNameAttribute() public méthode

public GetPaperNameAttribute ( ) : string
Résultat string

GetPaperSizeTypeAttribute() public méthode

public GetPaperSizeTypeAttribute ( ) : short
Résultat short

GetPaperSizeUnitAttribute() public méthode

public GetPaperSizeUnitAttribute ( ) : short
Résultat short

GetPaperWidthAttribute() public méthode

public GetPaperWidthAttribute ( ) : double
Résultat double

GetPlexNameAttribute() public méthode

public GetPlexNameAttribute ( ) : string
Résultat string

GetPrintBGColorsAttribute() public méthode

public GetPrintBGColorsAttribute ( ) : bool
Résultat bool

GetPrintBGImagesAttribute() public méthode

public GetPrintBGImagesAttribute ( ) : bool
Résultat bool

GetPrintCommandAttribute() public méthode

public GetPrintCommandAttribute ( ) : string
Résultat string

GetPrintFrameTypeAttribute() public méthode

public GetPrintFrameTypeAttribute ( ) : short
Résultat short

GetPrintFrameTypeUsageAttribute() public méthode

public GetPrintFrameTypeUsageAttribute ( ) : short
Résultat short

GetPrintInColorAttribute() public méthode

public GetPrintInColorAttribute ( ) : bool
Résultat bool

GetPrintOptions() public méthode

public GetPrintOptions ( int aType ) : bool
aType int
Résultat bool

GetPrintOptionsBits() public méthode

public GetPrintOptionsBits ( ) : int
Résultat int

GetPrintPageDelayAttribute() public méthode

public GetPrintPageDelayAttribute ( ) : int
Résultat int

GetPrintRangeAttribute() public méthode

public GetPrintRangeAttribute ( ) : short
Résultat short

GetPrintReversedAttribute() public méthode

public GetPrintReversedAttribute ( ) : bool
Résultat bool

GetPrintSessionAttribute() public méthode

public GetPrintSessionAttribute ( ) : nsIPrintSession
Résultat nsIPrintSession

GetPrintSilentAttribute() public méthode

public GetPrintSilentAttribute ( ) : bool
Résultat bool

GetPrintToFileAttribute() public méthode

public GetPrintToFileAttribute ( ) : bool
Résultat bool

GetPrinterNameAttribute() public méthode

public GetPrinterNameAttribute ( ) : string
Résultat string

GetResolutionNameAttribute() public méthode

public GetResolutionNameAttribute ( ) : string
Résultat string

GetScalingAttribute() public méthode

public GetScalingAttribute ( ) : double
Résultat double

GetShowPrintProgressAttribute() public méthode

public GetShowPrintProgressAttribute ( ) : bool
Résultat bool

GetShrinkToFitAttribute() public méthode

public GetShrinkToFitAttribute ( ) : bool
Résultat bool

GetStartPageRangeAttribute() public méthode

public GetStartPageRangeAttribute ( ) : int
Résultat int

GetTitleAttribute() public méthode

public GetTitleAttribute ( ) : string
Résultat string

GetToFileNameAttribute() public méthode

public GetToFileNameAttribute ( ) : string
Résultat string

GetUnwriteableMarginBottomAttribute() public méthode

public GetUnwriteableMarginBottomAttribute ( ) : double
Résultat double

GetUnwriteableMarginInTwips() public méthode

public GetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
Résultat void

GetUnwriteableMarginLeftAttribute() public méthode

public GetUnwriteableMarginLeftAttribute ( ) : double
Résultat double

GetUnwriteableMarginRightAttribute() public méthode

public GetUnwriteableMarginRightAttribute ( ) : double
Résultat double

GetUnwriteableMarginTopAttribute() public méthode

public GetUnwriteableMarginTopAttribute ( ) : double
Résultat double

SetColorspaceAttribute() public méthode

public SetColorspaceAttribute ( string aColorspace ) : void
aColorspace string
Résultat void

SetDocURLAttribute() public méthode

public SetDocURLAttribute ( string aDocURL ) : void
aDocURL string
Résultat void

SetDownloadFontsAttribute() public méthode

public SetDownloadFontsAttribute ( bool aDownloadFonts ) : void
aDownloadFonts bool
Résultat void

SetEdgeBottomAttribute() public méthode

public SetEdgeBottomAttribute ( double aEdgeBottom ) : void
aEdgeBottom double
Résultat void

SetEdgeInTwips() public méthode

public SetEdgeInTwips ( IntPtr aEdge ) : void
aEdge System.IntPtr
Résultat void

SetEdgeLeftAttribute() public méthode

public SetEdgeLeftAttribute ( double aEdgeLeft ) : void
aEdgeLeft double
Résultat void

SetEdgeRightAttribute() public méthode

public SetEdgeRightAttribute ( double aEdgeRight ) : void
aEdgeRight double
Résultat void

SetEdgeTopAttribute() public méthode

public SetEdgeTopAttribute ( double aEdgeTop ) : void
aEdgeTop double
Résultat void

SetEffectivePageSize() public méthode

public SetEffectivePageSize ( double aWidth, double aHeight ) : void
aWidth double
aHeight double
Résultat void

SetEndPageRangeAttribute() public méthode

public SetEndPageRangeAttribute ( int aEndPageRange ) : void
aEndPageRange int
Résultat void

SetFooterStrCenterAttribute() public méthode

public SetFooterStrCenterAttribute ( string aFooterStrCenter ) : void
aFooterStrCenter string
Résultat void

SetFooterStrLeftAttribute() public méthode

public SetFooterStrLeftAttribute ( string aFooterStrLeft ) : void
aFooterStrLeft string
Résultat void

SetFooterStrRightAttribute() public méthode

public SetFooterStrRightAttribute ( string aFooterStrRight ) : void
aFooterStrRight string
Résultat void

SetHeaderStrCenterAttribute() public méthode

public SetHeaderStrCenterAttribute ( string aHeaderStrCenter ) : void
aHeaderStrCenter string
Résultat void

SetHeaderStrLeftAttribute() public méthode

public SetHeaderStrLeftAttribute ( string aHeaderStrLeft ) : void
aHeaderStrLeft string
Résultat void

SetHeaderStrRightAttribute() public méthode

public SetHeaderStrRightAttribute ( string aHeaderStrRight ) : void
aHeaderStrRight string
Résultat void

SetHowToEnableFrameUIAttribute() public méthode

public SetHowToEnableFrameUIAttribute ( short aHowToEnableFrameUI ) : void
aHowToEnableFrameUI short
Résultat void

SetIsCancelledAttribute() public méthode

public SetIsCancelledAttribute ( bool aIsCancelled ) : void
aIsCancelled bool
Résultat void

SetIsInitializedFromPrefsAttribute() public méthode

public SetIsInitializedFromPrefsAttribute ( bool aIsInitializedFromPrefs ) : void
aIsInitializedFromPrefs bool
Résultat void

SetIsInitializedFromPrinterAttribute() public méthode

public SetIsInitializedFromPrinterAttribute ( bool aIsInitializedFromPrinter ) : void
aIsInitializedFromPrinter bool
Résultat void

SetMarginBottomAttribute() public méthode

public SetMarginBottomAttribute ( double aMarginBottom ) : void
aMarginBottom double
Résultat void

SetMarginInTwips() public méthode

public SetMarginInTwips ( IntPtr aMargin ) : void
aMargin System.IntPtr
Résultat void

SetMarginLeftAttribute() public méthode

public SetMarginLeftAttribute ( double aMarginLeft ) : void
aMarginLeft double
Résultat void

SetMarginRightAttribute() public méthode

public SetMarginRightAttribute ( double aMarginRight ) : void
aMarginRight double
Résultat void

SetMarginTopAttribute() public méthode

public SetMarginTopAttribute ( double aMarginTop ) : void
aMarginTop double
Résultat void

SetNumCopiesAttribute() public méthode

public SetNumCopiesAttribute ( int aNumCopies ) : void
aNumCopies int
Résultat void

SetOrientationAttribute() public méthode

public SetOrientationAttribute ( int aOrientation ) : void
aOrientation int
Résultat void

SetOutputFormatAttribute() public méthode

public SetOutputFormatAttribute ( short aOutputFormat ) : void
aOutputFormat short
Résultat void

SetPaperDataAttribute() public méthode

public SetPaperDataAttribute ( short aPaperData ) : void
aPaperData short
Résultat void

SetPaperHeightAttribute() public méthode

public SetPaperHeightAttribute ( double aPaperHeight ) : void
aPaperHeight double
Résultat void

SetPaperNameAttribute() public méthode

public SetPaperNameAttribute ( string aPaperName ) : void
aPaperName string
Résultat void

SetPaperSizeTypeAttribute() public méthode

public SetPaperSizeTypeAttribute ( short aPaperSizeType ) : void
aPaperSizeType short
Résultat void

SetPaperSizeUnitAttribute() public méthode

public SetPaperSizeUnitAttribute ( short aPaperSizeUnit ) : void
aPaperSizeUnit short
Résultat void

SetPaperWidthAttribute() public méthode

public SetPaperWidthAttribute ( double aPaperWidth ) : void
aPaperWidth double
Résultat void

SetPlexNameAttribute() public méthode

public SetPlexNameAttribute ( string aPlexName ) : void
aPlexName string
Résultat void

SetPrintBGColorsAttribute() public méthode

public SetPrintBGColorsAttribute ( bool aPrintBGColors ) : void
aPrintBGColors bool
Résultat void

SetPrintBGImagesAttribute() public méthode

public SetPrintBGImagesAttribute ( bool aPrintBGImages ) : void
aPrintBGImages bool
Résultat void

SetPrintCommandAttribute() public méthode

public SetPrintCommandAttribute ( string aPrintCommand ) : void
aPrintCommand string
Résultat void

SetPrintFrameTypeAttribute() public méthode

public SetPrintFrameTypeAttribute ( short aPrintFrameType ) : void
aPrintFrameType short
Résultat void

SetPrintFrameTypeUsageAttribute() public méthode

public SetPrintFrameTypeUsageAttribute ( short aPrintFrameTypeUsage ) : void
aPrintFrameTypeUsage short
Résultat void

SetPrintInColorAttribute() public méthode

public SetPrintInColorAttribute ( bool aPrintInColor ) : void
aPrintInColor bool
Résultat void

SetPrintOptions() public méthode

public SetPrintOptions ( int aType, bool aTurnOnOff ) : void
aType int
aTurnOnOff bool
Résultat void

SetPrintOptionsBits() public méthode

public SetPrintOptionsBits ( int printOptionsBits ) : void
printOptionsBits int
Résultat void

SetPrintPageDelayAttribute() public méthode

public SetPrintPageDelayAttribute ( int aPrintPageDelay ) : void
aPrintPageDelay int
Résultat void

SetPrintRangeAttribute() public méthode

public SetPrintRangeAttribute ( short aPrintRange ) : void
aPrintRange short
Résultat void

SetPrintReversedAttribute() public méthode

public SetPrintReversedAttribute ( bool aPrintReversed ) : void
aPrintReversed bool
Résultat void

SetPrintSessionAttribute() public méthode

public SetPrintSessionAttribute ( nsIPrintSession aPrintSession ) : void
aPrintSession nsIPrintSession
Résultat void

SetPrintSilentAttribute() public méthode

public SetPrintSilentAttribute ( bool aPrintSilent ) : void
aPrintSilent bool
Résultat void

SetPrintToFileAttribute() public méthode

public SetPrintToFileAttribute ( bool aPrintToFile ) : void
aPrintToFile bool
Résultat void

SetPrinterNameAttribute() public méthode

public SetPrinterNameAttribute ( string aPrinterName ) : void
aPrinterName string
Résultat void

SetResolutionNameAttribute() public méthode

public SetResolutionNameAttribute ( string aResolutionName ) : void
aResolutionName string
Résultat void

SetScalingAttribute() public méthode

public SetScalingAttribute ( double aScaling ) : void
aScaling double
Résultat void

SetShowPrintProgressAttribute() public méthode

public SetShowPrintProgressAttribute ( bool aShowPrintProgress ) : void
aShowPrintProgress bool
Résultat void

SetShrinkToFitAttribute() public méthode

public SetShrinkToFitAttribute ( bool aShrinkToFit ) : void
aShrinkToFit bool
Résultat void

SetStartPageRangeAttribute() public méthode

public SetStartPageRangeAttribute ( int aStartPageRange ) : void
aStartPageRange int
Résultat void

SetTitleAttribute() public méthode

public SetTitleAttribute ( string aTitle ) : void
aTitle string
Résultat void

SetToFileNameAttribute() public méthode

public SetToFileNameAttribute ( string aToFileName ) : void
aToFileName string
Résultat void

SetUnwriteableMarginBottomAttribute() public méthode

public SetUnwriteableMarginBottomAttribute ( double aUnwriteableMarginBottom ) : void
aUnwriteableMarginBottom double
Résultat void

SetUnwriteableMarginInTwips() public méthode

public SetUnwriteableMarginInTwips ( IntPtr aEdge ) : void
aEdge IntPtr
Résultat void

SetUnwriteableMarginLeftAttribute() public méthode

public SetUnwriteableMarginLeftAttribute ( double aUnwriteableMarginLeft ) : void
aUnwriteableMarginLeft double
Résultat void

SetUnwriteableMarginRightAttribute() public méthode

public SetUnwriteableMarginRightAttribute ( double aUnwriteableMarginRight ) : void
aUnwriteableMarginRight double
Résultat void

SetUnwriteableMarginTopAttribute() public méthode

public SetUnwriteableMarginTopAttribute ( double aUnwriteableMarginTop ) : void
aUnwriteableMarginTop double
Résultat void

SetupSilentPrinting() public méthode

public SetupSilentPrinting ( ) : void
Résultat void