Home
last modified time | relevance | path

Searched refs:myshape (Results 1 – 1 of 1) sorted by relevance

/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas40 Dim myshape As Shape variable
66 For Each myshape In myPrepInfo.HF_Shapes
67 If myshape.Type = msoPicture Then
68 If myshape.RelativeVerticalPosition <> wdRelativeVerticalPositionPage Then
69 … shapetop(I) = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
71 shapetop(I) = myshape.top
73 ElseIf myshape.Type = msoTextBox Then
74 myshape.TextFrame.TextRange.Select
79 Next myshape
106 For Each myshape In myPrepInfo.HF_Shapes
[all …]