Home » ワードマクロ・Word VBAの使い方 » 段落・パラグラフ » ParagraphとParagraphFormatが持つメソッド・プロパティの比較一覧

ParagraphとParagraphFormatが持つメソッド・プロパティの比較一覧

動作検証バージョン:64bit Windows 10 Pro + 32bit Word(バージョン2010 ビルド13328.20356 Microsoft Store)

Word VBAの、ParagraphsコレクションとParagraphオブジェクトが持つメソッドの一覧と、プロパティの一覧を作成しました。

もう一つ比較して理解すべきオブジェクトがあります。
段落の書式を表すParagraphFormatオブジェクトです。

Paragraphオブジェクトと、ParagraphFormatオブジェクトが持つメソッドとプロパティを一覧にしておきます。

Paragraph
が持つメソッド
ParagraphFormat
が持つメソッド
戻り値
CloseupCloseupなし
Indentなし
IndentCharWidthIndentCharWidthなし
IndentFirstLineCharWidthIndentFirstLineCharWidthなし
JoinListなし
ListAdvanceToなし
NextParagraph
OpenOrCloseUpOpenOrCloseUpなし
OpenUpOpenUpなし
Outdentなし
OutlineDemoteなし
OutlineDemoteToBodyなし
OutlinePromoteなし
PreviousParagraph
ResetResetなし
ResetAdvanceToなし
SelectNumberなし
SeparateListなし
Space1Space1なし
Space15Space15なし
Space2Space2なし
TabHangingIndentTabHangingIndentなし
TabIndentTabIndentなし
Paragraph
が持つプロパティ
ParagraphFormat
が持つプロパティ
戻り値
AddSpaceBetween
FarEastAndAlpha
AddSpaceBetween
FarEastAndAlpha
Long
AddSpaceBetween
FarEastAndDigit
AddSpaceBetween
FarEastAndDigit
Long
AlignmentAlignmentWdParagraphAlignment
ApplicationApplicationApplication
AutoAdjustRightIndentAutoAdjustRightIndentLong
BaseLineAlignmentBaseLineAlignmentWdBaselineAlignment
BordersBordersBorders
CharacterUnitFirstLine
Indent
CharacterUnitFirstLine
Indent
Single
CharacterUnitLeftIndentCharacterUnitLeftIndentSingle
CharacterUnitRightIndentCharacterUnitRightIndentSingle
CollapsedStateBoolean
CollapseHeadingByDefaultCollapseHeadingByDefaultBoolean
CreatorCreatorLong
DisableLineHeightGridDisableLineHeightGridLong
DropCapDropCap
DuplicateParagraphFormat
FarEastLineBreakControlFarEastLineBreakControlLong
FirstLineIndentFirstLineIndentSingle
FormatParagraphFormat
HalfWidthPunctuation
OnTopOfLine
HalfWidthPunctuation
OnTopOfLine
Long
HangingPunctuationHangingPunctuationLong
HyphenationHyphenationLong
IDSingle
IsStyleSeparatorBoolean
KeepTogetherKeepTogetherLong
KeepWithNextKeepWithNextLong
LeftIndentLeftIndentSingle
LineSpacingLineSpacingSingle
LineSpacingRuleLineSpacingRuleWdLineSpacing
LineUnitAfterLineUnitAfterSingle
LineUnitBeforeLineUnitBeforeSingle
ListNumberOriginalInteger
MirrorIndentsMirrorIndentsLong
NoLineNumberNoLineNumberLong
OutlineLevelOutlineLevelWdOutlineLevel
PageBreakBeforePageBreakBeforeLong
ParentParentObject
RangeRange
ReadingOrderReadingOrderWdReadingOrder
RightIndentRightIndentSingle
ShadingShadingShading
SpaceAfterSpaceAfterSingle
SpaceAfterAutoSpaceAfterAutoLong
SpaceBeforeSpaceBeforeSingle
SpaceBeforeAutoSpaceBeforeAutoLong
StyleStyleVariant
TabStopsTabStopsTabStops
TextboxTightWrapTextboxTightWrapWdTextboxTightWrap
WidowControlWidowControlLong
WordWrapWordWrapLong

メソッドについてはParagraphオブジェクトのみに用意されているものが多いのですが、プロパティはかなり共通していることがわかります。

最終更新日時:2022-01-12 14:52

[スポンサードリンク]

Home » ワードマクロ・Word VBAの使い方 » 段落・パラグラフ » ParagraphとParagraphFormatが持つメソッド・プロパティの比較一覧

「段落・パラグラフ」の記事一覧

検索


Copyright © インストラクターのネタ帳 All Rights Reserved.

.