M
mas_chen
Unregistered / Unconfirmed
GUEST, unregistred user!
如设置某段落首字下沉时:
With Selection.Paragraphs(1).DropCap
.Position = wdDropNormal
.FontName = "隶书"
.LinesToDrop = 2
.DistanceFromText = CentimetersToPoints(1)
End With
其中的Selection.Paragraphs(1).DropCap转为Delphi代码时,无法通过 ,请问我该怎么办?
With Selection.Paragraphs(1).DropCap
.Position = wdDropNormal
.FontName = "隶书"
.LinesToDrop = 2
.DistanceFromText = CentimetersToPoints(1)
End With
其中的Selection.Paragraphs(1).DropCap转为Delphi代码时,无法通过 ,请问我该怎么办?