回答編集履歴

1

誤字修正

2016/10/24 00:35

投稿

jawa
jawa

スコア3013

test CHANGED
@@ -36,19 +36,19 @@
36
36
 
37
37
  'テキストの操作
38
38
 
39
- shp.TextFrame.TextRange.Text = "abcdefghij"
39
+ ppShp.TextFrame.TextRange.Text = "abcdefghij"
40
40
 
41
- shp.TextFrame.TextRange.Characters(2, 3).Font.Size = 18
41
+ ppShp.TextFrame.TextRange.Characters(2, 3).Font.Size = 18
42
42
 
43
43
  '余白の設定
44
44
 
45
- shp.TextFrame.MarginLeft = 0.5
45
+ ppShp.TextFrame.MarginLeft = 0.5
46
46
 
47
- shp.TextFrame.MarginRight = 0.5
47
+ ppShp.TextFrame.MarginRight = 0.5
48
48
 
49
- shp.TextFrame.MarginTop = 0.5
49
+ ppShp.TextFrame.MarginTop = 0.5
50
50
 
51
- shp.TextFrame.MarginBottom = 0.5
51
+ ppShp.TextFrame.MarginBottom = 0.5
52
52
 
53
53
 
54
54