편집

다음을 통해 공유


WdPageFit Enum

Definition

Specifies the view setting for a page.

public enum class WdPageFit
[System.Runtime.InteropServices.Guid("A761B997-6F90-3C4E-9677-EA06329D5926")]
public enum WdPageFit
type WdPageFit = 
Public Enum WdPageFit
Inheritance
WdPageFit
Attributes

Fields

Name Value Description
wdPageFitNone 0

Do not adjust the view settings for the page.

wdPageFitFullPage 1

View the full page.

wdPageFitBestFit 2

Best fit the page to the current window.

wdPageFitTextFit 3

Best fit the text of the page to the current window.

Applies to