{"id":5820,"date":"2015-07-08T15:29:01","date_gmt":"2015-07-08T06:29:01","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=5820"},"modified":"2015-07-09T22:17:15","modified_gmt":"2015-07-09T13:17:15","slug":"smartart%e3%81%8b%e3%82%89%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%82%92%e5%8f%96%e5%be%97%e3%81%99%e3%82%8bpowerpoint%e3%83%9e%e3%82%af%e3%83%ad","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=5820","title":{"rendered":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed"},"content":{"rendered":"<p>Twitter\u3067<a href=\"https:\/\/twitter.com\/terrysaito\" title=\"Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d(@terrysaito)\u3055\u3093 | Twitter\" target=\"_blank\">@terrysaito\u3055\u3093<\/a>\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<blockquote class=\"twitter-tweet\" lang=\"ja\">\n<p lang=\"ja\" dir=\"ltr\">VBA\u3067SmartArt\u306e\u6587\u5b57\u5217\u3092\u629c\u304f\u65b9\u6cd5\u3092\u3001\u8ab0\u304b\u4f1d\u6388\u3057\u3066\u4e0b\u3055\u3089\u306c\u304b\uff1f<\/p>\n<p>&mdash; Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d (@terrysaito) <a href=\"https:\/\/twitter.com\/terrysaito\/status\/618355167826567169\">2015, 7\u6708 7<\/a><\/p><\/blockquote>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>\u305d\u3046\u3044\u3048\u3070\u30de\u30af\u30ed\u3067SmartArt\u3092\u610f\u8b58\u3057\u3066\u53d6\u308a\u6271\u3063\u305f\u3053\u3068\u306a\u304b\u3063\u305f\u306a\u30fc\u3001\u3068\u601d\u3044\u3001\u826f\u3044\u6a5f\u4f1a\u306a\u306e\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Public Sub Sample1()\r\n  Dim shp As PowerPoint.Shape\r\n  Dim s As PowerPoint.Shape\r\n  \r\n  '\u30b9\u30e9\u30a4\u30c91\u306e\u56f3\u5f62\u3092\u9806\u6b21\u51e6\u7406\r\n  For Each shp In Application.ActivePresentation.Slides(1).Shapes\r\n    'SmartArt\u306e\u307f\u51e6\u7406\r\n    If shp.Type = msoSmartArt Then\r\n      If shp.GroupItems.Count &gt; 0 Then\r\n        For Each s In shp.GroupItems\r\n          If s.HasTextFrame = True Then\r\n            If s.TextFrame2.HasText = True Then\r\n              Debug.Print s.TextFrame2.TextRange.Text\r\n            End If\r\n          End If\r\n        Next\r\n      End If\r\n    End If\r\n  Next\r\nEnd Sub<\/pre>\n<p>\u307e\u305a\u306fShape\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eType\u30d7\u30ed\u30d1\u30c6\u30a3\u3067SmartArt\u304b\u3069\u3046\u304b\u3092\u5224\u5225\u3057\u3001\u30b0\u30eb\u30fc\u30d7\u5185\u306e\u56f3\u5f62\u3092\u53d6\u5f97\u3059\u308bGroupItems\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u3063\u3066\u9806\u756a\u306b\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308b\u30b3\u30fc\u30c9\u3067\u3059\u3002<br \/>\n\u4e0b\u56f3\u306e\u30b9\u30e9\u30a4\u30c9\u306b\u5bfe\u3057\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_01.jpg\" alt=\"VBA_SmartArt_01\" width=\"857\" height=\"426\" class=\"alignnone size-full wp-image-5821\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_01.jpg 857w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_01-300x149.jpg 300w\" sizes=\"auto, (max-width: 857px) 100vw, 857px\" \/><\/a><\/p>\n<p>\u4e0b\u56f3\u306e\u3088\u3046\u306a\u7d50\u679c\u306b\u306a\u308a\u307e\u3059\u3002<br \/>\n\u56f3\u4e2d\u306b\u3042\u308b\u77e2\u5370\u5185\u306e\u30c6\u30ad\u30b9\u30c8\u3082\u53d6\u5f97\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_02.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_02.jpg\" alt=\"VBA_SmartArt_02\" width=\"240\" height=\"201\" class=\"alignnone size-full wp-image-5822\" \/><\/a><\/p>\n<p>\u4eca\u5ea6\u306fHasSmartArt\u30d7\u30ed\u30d1\u30c6\u30a3\u3067SmartArt\u304b\u3069\u3046\u304b\u3092\u5224\u5225\u3057\u3001SmartArtNode\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304b\u3089\u9806\u756a\u306b\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308b\u30b3\u30fc\u30c9\u3067\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Public Sub Sample2()\r\n  Dim shp As PowerPoint.Shape\r\n  Dim n As Office.SmartArtNode\r\n  \r\n  '\u30b9\u30e9\u30a4\u30c91\u306e\u56f3\u5f62\u3092\u9806\u6b21\u51e6\u7406\r\n  For Each shp In Application.ActivePresentation.Slides(1).Shapes\r\n    'SmartArt\u306e\u307f\u51e6\u7406\r\n    If shp.HasSmartArt = True Then\r\n      For Each n In shp.SmartArt.AllNodes\r\n        If n.TextFrame2.HasText = True Then\r\n          Debug.Print n.TextFrame2.TextRange.Text\r\n        End If\r\n      Next\r\n    End If\r\n  Next\r\nEnd Sub<\/pre>\n<p>\u7d50\u679c\u306f\u4e0b\u56f3\u306e\u901a\u308a\u3067\u3001\u3053\u3061\u3089\u306f\u56f3\u4e2d\u306e\u77e2\u5370\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3067\u304d\u3066\u3044\u307e\u305b\u3093\u3002<br \/>\n\u77e2\u5370\u306f\u30ce\u30fc\u30c9\u306b\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_03.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBA_SmartArt_03.jpg\" alt=\"VBA_SmartArt_03\" width=\"252\" height=\"108\" class=\"alignnone size-full wp-image-5823\" \/><\/a><\/p>\n<p>\u3053\u306e\u7d50\u679c\u304b\u3089\u3059\u308b\u3068\u3001\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308b\u969b\u306fGroupItems\u30d7\u30ed\u30d1\u30c6\u30a3(GroupShapes\u30aa\u30d6\u30b8\u30a7\u30af\u30c8)\u3092\u4f7f\u3063\u305f\u65b9\u304c\u6f0f\u308c\u304c\u7121\u3055\u305d\u3046\u3067\u3059\u3002<\/p>\n<p>\u305f\u3060\u3057\u3001\u30ce\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u308a\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u5909\u66f4\u3057\u305f\u308a\u3059\u308b\u3068\u304d\u306f\u3001\u5c02\u7528\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3084\u30e1\u30bd\u30c3\u30c9\u304c\u7528\u610f\u3055\u308c\u305fSmartArt\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f7f\u3063\u305f\u65b9\u304c\u826f\u3044\u3067\u3057\u3087\u3046\u3002<br \/>\n(SmartArt\u304b\u3069\u3046\u304b\u306f\u3001Shape\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eType\u30d7\u30ed\u30d1\u30c6\u30a3\u3068HasSmartArt\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u3069\u3061\u3089\u3067\u3082\u5224\u5225\u3067\u304d\u308b\u3088\u3046\u3067\u3059\u3002)<\/p>\n<p>\u4ee5\u4e0a\u3001SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308b\u30de\u30af\u30ed\u306e\u7d39\u4ecb\u3067\u3057\u305f\u3002<\/p>\n<p><span style=\"color: #ff0000; font-weight: bold;\">2015\/7\/8 \u8ffd\u8a18\uff1a<\/span><\/p>\n<p><a href=\"https:\/\/twitter.com\/terrysaito\" title=\"Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d(@terrysaito)\u3055\u3093 | Twitter\" target=\"_blank\">@terrysaito\u3055\u3093<\/a>\u304b\u3089\u4e0b\u8a18\u8fd4\u4fe1\u304c\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<blockquote class=\"twitter-tweet\" data-conversation=\"none\" lang=\"ja\">\n<p lang=\"ja\" dir=\"ltr\"><a href=\"https:\/\/twitter.com\/kinuasa\">@kinuasa<\/a> \u4e00\u3064\u76ee\u8a66\u3057\u307e\u3057\u305f\u300213\u884c\u76ee\u3067\u300c\u3053\u306e\u30e1\u30f3\u30d0\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u306e\u306f\u3001\u5358\u4e00\u306e\u56f3\u5f62\u306e\u5834\u5408\u3060\u3051\u3067\u3059\u300d\u3068\u3044\u3046\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3057\u305f&lt;(_ _)&gt;  <a href=\"https:\/\/twitter.com\/SHINHAM3\">@SHINHAM3<\/a><\/p>\n<p>&mdash; Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d (@terrysaito) <a href=\"https:\/\/twitter.com\/terrysaito\/status\/618678087891324929\">2015, 7\u6708 8<\/a><\/p><\/blockquote>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>\u3053\u306e\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u3059\u308b\u3068\u5f15\u3063\u639b\u304b\u3063\u3066\u3044\u308b\u306e\u306f\u30b0\u30eb\u30fc\u30d7\u5316\u3055\u308c\u3066\u3044\u308b\u56f3\u5f62\u3067\u3057\u3087\u3046\u304b\uff1f<br \/>\n\u3053\u306e\u969bSmartArt\u304b\u3069\u3046\u304b\u7121\u8996\u3057\u3066\u518d\u5e30\u7684\u306b\u51e6\u7406\u3059\u308b\u30de\u30af\u30ed\u3082\u8003\u3048\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPublic Sub Sample()\r\n  Dim shp As PowerPoint.Shape\r\n  \r\n  For Each shp In Application.ActivePresentation.Slides(1).Shapes\r\n    ListShape shp\r\n  Next\r\nEnd Sub\r\n\r\nPrivate Sub ListShape(ByVal TargetShape As PowerPoint.Shape)\r\n  Dim gshps As PowerPoint.GroupShapes\r\n  Dim shp As PowerPoint.Shape\r\n  \r\n  On Error Resume Next\r\n  Set gshps = TargetShape.GroupItems\r\n  On Error GoTo 0\r\n  If Not gshps Is Nothing Then\r\n    If gshps.Count &gt; 0 Then\r\n      For Each shp In gshps\r\n        ListShape shp\r\n        DoEvents\r\n      Next\r\n    End If\r\n  End If\r\n  \r\n  If TargetShape.HasTextFrame = True Then\r\n    If TargetShape.TextFrame2.HasText = True Then\r\n      GetShapeText TargetShape\r\n    End If\r\n  End If\r\nEnd Sub\r\n\r\nPrivate Sub GetShapeText(ByVal TargetShape As PowerPoint.Shape)\r\n  Debug.Print TargetShape.TextFrame2.TextRange.Text\r\nEnd Sub<\/pre>\n<p>\u3042\u3068\u306f\u3001\u6570\u5e74\u524d\u306b\u300c<a href=\"\/\/www.ka-net.org\/blog\/?p=2327\" title=\"\u5404\u30b9\u30e9\u30a4\u30c9\u306b\u914d\u7f6e\u3055\u308c\u305f\u30aa\u30fc\u30c8\u30b7\u30a7\u30a4\u30d7\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\u5404\u30b9\u30e9\u30a4\u30c9\u306b\u914d\u7f6e\u3055\u308c\u305f\u30aa\u30fc\u30c8\u30b7\u30a7\u30a4\u30d7\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed<\/a>\u300d\u3082\u66f8\u3044\u305f\u3053\u3068\u304c\u3042\u308b\u306e\u3067\u3001\u305d\u3061\u3089\u304c\u53c2\u8003\u306b\u306a\u308b\u306e\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n<p><span style=\"color: #ff0000; font-weight: bold;\">2015\/7\/8 \u8ffd\u8a182\uff1a<\/span><\/p>\n<p><a href=\"https:\/\/twitter.com\/terrysaito\" title=\"Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d(@terrysaito)\u3055\u3093 | Twitter\" target=\"_blank\">@terrysaito\u3055\u3093<\/a>\u306e\u30c4\u30a4\u30fc\u30c8\u306b\u3088\u308b\u3068\u3001\u3084\u3063\u3071\u308a\u4e0a\u624b\u304f\u3044\u304b\u306a\u3044\u3068\u306e\u3053\u3068\u3002<\/p>\n<blockquote class=\"twitter-tweet\" data-conversation=\"none\" lang=\"ja\">\n<p lang=\"ja\" dir=\"ltr\"><a href=\"https:\/\/twitter.com\/kinuasa\">@kinuasa<\/a> \u65e9\u901f\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\u7d50\u8ad6\u304b\u3089\u8a00\u3046\u306835\u884c\u3067\u540c\u3058\u30a8\u30e9\u30fc\u3067\u3057\u305f(^_^;)&#10;\u53e4\u3044\u8a18\u4e8b\u306f\u65e2\u306b\u62dd\u8aad\u3057\u3066\u307e\u3057\u3066 SmartArtNode\u3067\u5f15\u3063\u639b\u304b\u308b\u306e\u3067\u3001\u4ed6\u306e\u65b9\u6cd5\u3092\u63a2\u3057\u3066\u3044\u305f\u306e\u3067\u3057\u305f(^^) <a href=\"https:\/\/twitter.com\/SHINHAM3\">@SHINHAM3<\/a><\/p>\n<p>&mdash; Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d (@terrysaito) <a href=\"https:\/\/twitter.com\/terrysaito\/status\/618689010274185217\">2015, 7\u6708 8<\/a><\/p><\/blockquote>\n<p><script async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>\u79c1\u306b\u3082\u7406\u7531\u304c\u5206\u304b\u3089\u306a\u304b\u3063\u305f\u306e\u3067\u3059\u304c\u3001\u691c\u7d22\u3057\u305f\u3089\u30d2\u30f3\u30c8\u304c\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<p><strong>\u30fbHow to access textrange members inside SmartArt<\/strong><br \/>\n<a href=\"https:\/\/groups.google.com\/d\/topic\/microsoft.public.powerpoint\/zkg4d5Ioh5A\/discussion\" title=\"How to access textrange members inside SmartArt\" target=\"_blank\">https:\/\/groups.google.com\/d\/topic\/microsoft.public.powerpoint\/zkg4d5Ioh5A\/discussion<\/a><\/p>\n<blockquote><p>for (int i=1;i<=textRange.Count;i++)\n{\n        TextRange ranger=textRange._item(1);\n.......\n}<\/p><\/blockquote>\n<p><span style=\"color: #ff0000; font-weight: bold;\">\u201cTextRange(<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/office\/ff860847.aspx\" title=\"TextRange2 Members (Office)\" target=\"_blank\">TextRange2<\/a>)\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3063\u3066\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3060\u3063\u305f\u306e\u304b\uff01\uff1f\u201d<\/span>\u3068\u3002<\/p>\n<p>\u3067\u3042\u308c\u3070\u3001For Each\u3067\u30eb\u30fc\u30d7\u3055\u305b\u308c\u3070\u4e0a\u624b\u304f\u3044\u304f\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<br \/>\n(\u79c1\u306e\u65b9\u3067\u306f\u554f\u984c\u74b0\u5883\u304c\u518d\u73fe\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u672a\u78ba\u8a8d\u3067\u3059\u3002)<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nPublic Sub Sample()\r\n  Dim shp As PowerPoint.Shape\r\n  \r\n  For Each shp In Application.ActivePresentation.Slides(1).Shapes\r\n    ListShape shp\r\n  Next\r\nEnd Sub\r\n\r\nPrivate Sub ListShape(ByVal TargetShape As PowerPoint.Shape)\r\n  Dim gshps As PowerPoint.GroupShapes\r\n  Dim shp As PowerPoint.Shape\r\n  Dim trng As Office.TextRange2\r\n  \r\n  On Error Resume Next\r\n  Set gshps = TargetShape.GroupItems\r\n  On Error GoTo 0\r\n  If Not gshps Is Nothing Then\r\n    If gshps.Count &gt; 0 Then\r\n      For Each shp In gshps\r\n        ListShape shp\r\n        DoEvents\r\n      Next\r\n    End If\r\n  End If\r\n  \r\n  If TargetShape.HasTextFrame = True Then\r\n    If TargetShape.TextFrame2.HasText = True Then\r\n      For Each trng In TargetShape.TextFrame2.TextRange\r\n        GetTextRangeText trng\r\n      Next\r\n    End If\r\n  End If\r\nEnd Sub\r\n\r\nPrivate Sub GetTextRangeText(ByVal TargetTextRange As Office.TextRange2)\r\n  Debug.Print TargetTextRange.Text\r\nEnd Sub<\/pre>\n","protected":false},"excerpt":{"rendered":"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e\u6587\u5b57\u5217\u3092\u629c\u304f\u65b9\u6cd5\u3092\u3001\u8ab0\u304b\u4f1d\u6388\u3057\u3066\u4e0b\u3055\u3089\u306c\u304b\uff1f &mdash; Terry Saito \/ \u9f4a\u85e4\u8cb4\u662d (@ter [&hellip;]","protected":false},"author":1,"featured_media":7125,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"SmartArt\u3092\u5909\u66f4\u3059\u308b\u969b\u306f\u5c02\u7528\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u65b9\u304c\u826f\u3055\u305d\u3046\u3002 [SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[4,58],"tags":[],"class_list":["post-5820","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office","category-powerpoint"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=5820\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=5820\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-07-08T06:29:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-07-09T13:17:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#article\",\"name\":\"SmartArt\\u304b\\u3089\\u30c6\\u30ad\\u30b9\\u30c8\\u3092\\u53d6\\u5f97\\u3059\\u308bPowerPoint\\u30de\\u30af\\u30ed | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"SmartArt\\u304b\\u3089\\u30c6\\u30ad\\u30b9\\u30c8\\u3092\\u53d6\\u5f97\\u3059\\u308bPowerPoint\\u30de\\u30af\\u30ed\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-PowerPoint.png\",\"width\":790,\"height\":480},\"datePublished\":\"2015-07-08T15:29:01+09:00\",\"dateModified\":\"2015-07-09T22:17:15+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#webpage\"},\"articleSection\":\"Office\\u95a2\\u9023, PowerPoint\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Office\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58#listItem\",\"name\":\"PowerPoint\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58#listItem\",\"position\":3,\"name\":\"PowerPoint\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#listItem\",\"name\":\"SmartArt\\u304b\\u3089\\u30c6\\u30ad\\u30b9\\u30c8\\u3092\\u53d6\\u5f97\\u3059\\u308bPowerPoint\\u30de\\u30af\\u30ed\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#listItem\",\"position\":4,\"name\":\"SmartArt\\u304b\\u3089\\u30c6\\u30ad\\u30b9\\u30c8\\u3092\\u53d6\\u5f97\\u3059\\u308bPowerPoint\\u30de\\u30af\\u30ed\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=58#listItem\",\"name\":\"PowerPoint\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820\",\"name\":\"SmartArt\\u304b\\u3089\\u30c6\\u30ad\\u30b9\\u30c8\\u3092\\u53d6\\u5f97\\u3059\\u308bPowerPoint\\u30de\\u30af\\u30ed | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Twitter\\u3067@terrysaito\\u3055\\u3093\\u304c\\u4e0b\\u8a18\\u306e\\u3088\\u3046\\u306a\\u30c4\\u30a4\\u30fc\\u30c8\\u3092\\u3055\\u308c\\u3066\\u3044\\u307e\\u3057\\u305f\\u3002 VBA\\u3067SmartArt\\u306e\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-PowerPoint.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=5820#mainImage\"},\"datePublished\":\"2015-07-08T15:29:01+09:00\",\"dateModified\":\"2015-07-09T22:17:15+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=5820","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#article","name":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerPoint.png","width":790,"height":480},"datePublished":"2015-07-08T15:29:01+09:00","dateModified":"2015-07-09T22:17:15+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#webpage"},"articleSection":"Office\u95a2\u9023, PowerPoint"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","position":2,"name":"Office\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=58#listItem","name":"PowerPoint"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=58#listItem","position":3,"name":"PowerPoint","item":"https:\/\/www.ka-net.org\/blog\/?cat=58","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#listItem","name":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#listItem","position":4,"name":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=58#listItem","name":"PowerPoint"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=5820","name":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerPoint.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=5820\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=5820#mainImage"},"datePublished":"2015-07-08T15:29:01+09:00","dateModified":"2015-07-09T22:17:15+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e","og:url":"https:\/\/www.ka-net.org\/blog\/?p=5820","article:published_time":"2015-07-08T06:29:01+00:00","article:modified_time":"2015-07-09T13:17:15+00:00","twitter:card":"summary","twitter:title":"SmartArt\u304b\u3089\u30c6\u30ad\u30b9\u30c8\u3092\u53d6\u5f97\u3059\u308bPowerPoint\u30de\u30af\u30ed | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"Twitter\u3067@terrysaito\u3055\u3093\u304c\u4e0b\u8a18\u306e\u3088\u3046\u306a\u30c4\u30a4\u30fc\u30c8\u3092\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002 VBA\u3067SmartArt\u306e"},"aioseo_meta_data":{"post_id":"5820","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:12:22","updated":"2022-09-14 04:32:19","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerPoint.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-1vS","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5820"}],"version-history":[{"count":6,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5820\/revisions"}],"predecessor-version":[{"id":5829,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5820\/revisions\/5829"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7125"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}