'宣言 Public Function IndentParagraphs( _ ByVal intersectSpan As DocumentSpan, _ Optional ByVal amount As Nullable(Of Extent), _ Optional ByVal firstLineOnly As Nullable(Of Boolean) _ ) As Boolean
public bool IndentParagraphs( DocumentSpan intersectSpan, Nullable<Extent> amount, Nullable<bool> firstLineOnly )