Application オブジェクト (Publisher)
Microsoft Publisher のアプリケーションを表します。 アプリケーション オブジェクトには、最上位レベルのオブジェクトを取得するプロパティとメソッドが含まれています。 たとえば、ActiveDocument プロパティは Document オブジェクトを返します。
注釈
Publisher で Microsoft Visual Basic for Applicationsを使用する場合、Application オブジェクト修飾子なしで Application オブジェクトのすべてのプロパティとメソッドを使用できます。 たとえば、「 Application.ActiveDocument.PrintOut」と入力する代わりに、「 ActiveDocument.PrintOut」と入力できます。
Application オブジェクト修飾子なしで使用できるプロパティとメソッドは、グローバルと見なされます。 オブジェクト ブラウザーでグローバル プロパティとメソッドを表示するには、[クラス] ボックスの一覧の上部にある を選択<globals>
します。
Publisher 以外のプロジェクトからPublisher オブジェクト モデルにアクセスするときは、すべてのプロパティとメソッドを完全修飾する必要があります。
Application オブジェクトを取得するには、Application プロパティを使用します。
例
次の例は、アプリケーション名を表示しています。
Sub ShowAppName()
MsgBox Application.Name
End Sub
イベント
- AfterPrint
- BeforePrint
- DocumentBeforeClose
- DocumentOpen
- HideCatalogUI
- MailMergeAfterMerge
- MailMergeAfterRecordMerge
- MailMergeBeforeMerge
- MailMergeBeforeRecordMerge
- MailMergeDataSourceLoad
- MailMergeDataSourceValidate
- MailMergeGenerateBarcode
- MailMergeInsertBarcode
- MailMergeRecipientListClose
- MailMergeWizardFollowUpCustom
- MailMergeWizardStateChange
- NewDocument
- Quit
- ShowCatalogUI
- WindowActivate
- WindowDeactivate
- WindowPageChange
メソッド
- CentimetersToPoints
- ChangeFileOpenDirectory
- EmusToPoints
- ヘルプ
- InchesToPoints
- IsValidObject
- LinesToPoints
- MillimetersToPoints
- NewDocument
- Open
- PicasToPoints
- PixelsToPoints
- PointsToCentimeters
- PointsToEmus
- PointsToInches
- PointsToLines
- PointsToMillimeters
- PointsToPicas
- PointsToPixels
- PointsToTwips
- Quit
- ShowWizardCatalog
- TwipsToPoints
プロパティ
- ActiveDocument
- ActiveWindow
- アプリケーション
- Assistance
- AutomationSecurity
- ビルド
- CaptionStyles
- ColorSchemes
- COMAddIns
- CommandBars
- ドキュメント
- FileDialog
- InsertBarcodeVisible
- InstalledPrinters
- 言語
- 名前
- OfficeDataSourceObject
- オプション
- Parent
- Path
- PathSeparator
- PrintPreview
- ProductCode
- ScreenUpdating
- Selection
- ShowFollowUpCustom
- SnapToGuides
- SnapToObjects
- TemplateFolderPath
- ValidateAddressVisible
- バージョン
- WebOptions
- WizardCatalogVisible
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。