{"id":59,"date":"2017-04-12T19:00:11","date_gmt":"2017-04-12T19:00:11","guid":{"rendered":"http:\/\/www.tiffedit.com\/blog\/?p=59"},"modified":"2017-04-12T19:31:57","modified_gmt":"2017-04-12T19:31:57","slug":"how-to-import-annotations-from-xml-file","status":"publish","type":"post","link":"https:\/\/www.tiffedit.com\/blog\/archives\/59","title":{"rendered":"How to Import annotations from XML file"},"content":{"rendered":"<h1>How to Import annotations (vector objects) from XML file<\/h1>\n<p>&nbsp;<\/p>\n<p>Use menu items:<\/p>\n<h6>Annotations &#8211; Import from XML file &#8230;<\/h6>\n<p><a href=\"https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/annotations-import-from-xml-file.jpg\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-58 size-medium\" src=\"https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/annotations-import-from-xml-file-147x300.jpg?resize=147%2C300\" alt=\"annotations - import from xml file\" width=\"147\" height=\"300\" srcset=\"https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/annotations-import-from-xml-file.jpg?resize=147%2C300&amp;ssl=1 147w, https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/annotations-import-from-xml-file.jpg?fit=279%2C568&amp;ssl=1 279w\" sizes=\"auto, (max-width: 147px) 100vw, 147px\" \/><\/a><\/p>\n<p><strong>Available annotations<\/strong>:<br \/>\nLINE, BOX, BITMAP, TEXT, MEMO (Multiline text object),\u00a0 DateTime Shtamp.<\/p>\n<p>&nbsp;<\/p>\n<blockquote>\n<pre>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;Annotations version=\"1\"&gt;\r\n\u00a0\u00a0\u00a0 &lt;Line&gt;<\/pre>\n<pre>    ...\r\n\u00a0\u00a0\u00a0 &lt;\/Line&gt;<\/pre>\n<pre>...\r\n\r\n&lt;\/Annotations&gt;<\/pre>\n<\/blockquote>\n<hr \/>\n<h3>COMMON PROPERTIES<\/h3>\n<h4>PEN<\/h4>\n<blockquote>\n<pre>&lt;Pen&gt;\r\n    &lt;Color&gt;16744448&lt;\/Color&gt;\r\n    &lt;Style&gt;0&lt;\/Style&gt;\r\n    &lt;Width&gt;5&lt;\/Width&gt;\r\n&lt;\/Pen&gt;<\/pre>\n<\/blockquote>\n<p><strong>Pen &#8211; pen properties.<\/strong><\/p>\n<p>Color &#8211; pen color (TColor).<\/p>\n<p>Style &#8211; pen style:<\/p>\n<div id=\"globalWrapper\">\n<div id=\"column-content\">\n<div id=\"content\">\n<div id=\"bodyContent\">\n<table border=\"1\" frame=\"hsides\" rules=\"rows\">\n<tbody>\n<tr>\n<td align=\"left\" valign=\"top\">0 &#8211; Solid<\/td>\n<td align=\"left\" valign=\"top\">A solid line.<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">1 &#8211; Dash<\/td>\n<td align=\"left\" valign=\"top\">A line made up of a series of dashes.<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">2 &#8211; Dot<\/td>\n<td align=\"left\" valign=\"top\">A line made up of a series of dots.<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">3 &#8211; DashDot<\/td>\n<td align=\"left\" valign=\"top\">A line made up of alternating dashes and dots.<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">4 &#8211; DashDotDot<\/td>\n<td align=\"left\" valign=\"top\">A line made up of a series of dash-dot-dot combinations.<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">5 &#8211; Clear<\/td>\n<td align=\"left\" valign=\"top\">No line is drawn (used to omit the line around shapes that draw an outline using the current pen).<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"top\">6 &#8211; InsideFrame<\/td>\n<td align=\"left\" valign=\"top\">A solid line, but one that may use a dithered color if Width is greater than 1.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>Width &#8211; pen width.<\/p>\n<h4>BRUSH<\/h4>\n<blockquote>\n<pre>&lt;Brush&gt;\r\n    &lt;Color&gt;32768&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0&lt;Style&gt;3&lt;\/Style&gt;\r\n&lt;\/Brush&gt;<\/pre>\n<\/blockquote>\n<p><strong>Brush &#8211; brush properties.<\/strong><\/p>\n<p>Color &#8211; brush color (TColor).<\/p>\n<p>Style &#8211; brush style &#8211; specifies the pattern on a brush.<\/p>\n<p>1 &#8211; bsSolid,<br \/>\n2 &#8211; bsClear,<br \/>\n3 &#8211; bsHorizontal,<br \/>\n4 &#8211; bsVertical,<br \/>\n5 &#8211; bsFDiagonal,<br \/>\n6 &#8211; bsBDiagonal,<br \/>\n7 &#8211; bsCross,<br \/>\n8 &#8211; bsDiagCross<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-64 size-full\" src=\"https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/brush-style.jpg?resize=474%2C329\" alt=\"brush style\" width=\"474\" height=\"329\" srcset=\"https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/brush-style.jpg?resize=300%2C208&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.tiffedit.com\/blog\/wp-content\/uploads\/2017\/04\/brush-style.jpg?fit=474%2C329&amp;ssl=1 474w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/p>\n<h4>FONT<\/h4>\n<p><strong>Font &#8211; font properties.<\/strong><\/p>\n<blockquote>\n<pre>&lt;Font&gt;\r\n\u00a0\u00a0 \u00a0&lt;FontHeight&gt;-38&lt;\/FontHeight&gt;\r\n\u00a0\u00a0 \u00a0&lt;FontName&gt;Arial&lt;\/FontName&gt;\r\n\u00a0\u00a0 \u00a0&lt;FontStyles&gt;0000&lt;\/FontStyles&gt;\r\n\u00a0\u00a0 \u00a0&lt;FontAngle&gt;0&lt;\/FontAngle&gt;\r\n&lt;\/Font&gt;<\/pre>\n<\/blockquote>\n<p>FontHeight &#8211; font height.<\/p>\n<p>FontName &#8211; font name.<\/p>\n<p>FontStyles &#8211; font style (0000).<\/p>\n<ul>\n<li>fsBold\u00a0 The font is boldfaced.<\/li>\n<li>fsItalic\u00a0 The font is italicized.<\/li>\n<li>fsUnderline\u00a0 The font is underlined.<\/li>\n<li>fsStrikeOut\u00a0 The font is displayed with a horizontal line through it.<\/li>\n<\/ul>\n<p>FontAngle &#8211; rotation angle.<\/p>\n<p>&nbsp;<\/p>\n<h4>ObjLeft, ObjTop, ObjWidth, ObjHeight<\/h4>\n<blockquote>\n<pre>&lt;ObjLeft&gt;38&lt;\/ObjLeft&gt;\r\n&lt;ObjTop&gt;38&lt;\/ObjTop&gt;\r\n&lt;ObjWidth&gt;724&lt;\/ObjWidth&gt;\r\n&lt;ObjHeight&gt;529&lt;\/ObjHeight&gt;<\/pre>\n<\/blockquote>\n<p>ObjLeft &#8211; left offset of object.<\/p>\n<p>ObjTop &#8211; top offset of object.<\/p>\n<p>ObjWidth &#8211; width of object.<\/p>\n<p>ObjHeight &#8211; height of object.<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h3><strong>LINE<\/strong><\/h3>\n<p>Example:<\/p>\n<blockquote>\n<pre>&lt;Line&gt;\r\n    &lt;Pen&gt;\r\n        &lt;Color&gt;16744448&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;0&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Width&gt;5&lt;\/Width&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Pen&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjLeft&gt;38&lt;\/ObjLeft&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjTop&gt;38&lt;\/ObjTop&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjWidth&gt;724&lt;\/ObjWidth&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjHeight&gt;529&lt;\/ObjHeight&gt;\r\n\r\n&lt;\/Line&gt;<\/pre>\n<\/blockquote>\n<p><strong>Pen &#8211; pen properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h3>BOX<\/h3>\n<p>Example:<\/p>\n<blockquote>\n<pre>&lt;Box&gt;\r\n\u00a0\u00a0 \u00a0&lt;Pen&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;255&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;0&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Width&gt;5&lt;\/Width&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Pen&gt;\r\n\u00a0\u00a0 \u00a0&lt;Brush&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;32768&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;3&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Brush&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjLeft&gt;371&lt;\/ObjLeft&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjTop&gt;32&lt;\/ObjTop&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjWidth&gt;262&lt;\/ObjWidth&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjHeight&gt;156&lt;\/ObjHeight&gt;\r\n&lt;\/Box&gt;<\/pre>\n<\/blockquote>\n<p><strong>Pen &#8211; pen properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p><strong>Brush &#8211; brush properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>&lt;BoxHighlight&gt;1&lt;\/BoxHighlight&gt;<\/strong><\/p>\n<p>it makes a filled box as a highlight box (highlight the background with the fill color).<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h3>TEXT<\/h3>\n<p>Example:<\/p>\n<blockquote>\n<pre>&lt;Text&gt;\r\n\u00a0\u00a0 \u00a0&lt;Pen&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;4194432&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;5&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Width&gt;5&lt;\/Width&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Pen&gt;\r\n\u00a0\u00a0 \u00a0&lt;Brush&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;16777088&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;0&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Brush&gt;\r\n\u00a0\u00a0 \u00a0&lt;Font&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontHeight&gt;-38&lt;\/FontHeight&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontName&gt;Arial&lt;\/FontName&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontStyles&gt;0000&lt;\/FontStyles&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontAngle&gt;0&lt;\/FontAngle&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Font&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextAlign&gt;2&lt;\/TextAlign&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextAutoSize&gt;1&lt;\/TextAutoSize&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextValue&gt;Text 1&lt;\/TextValue&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjLeft&gt;29&lt;\/ObjLeft&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjTop&gt;235&lt;\/ObjTop&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjWidth&gt;105&lt;\/ObjWidth&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjHeight&gt;36&lt;\/ObjHeight&gt;\r\n&lt;\/Text&gt;<\/pre>\n<\/blockquote>\n<p><strong>Pen &#8211; pen properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p><strong>Brush &#8211; brush properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p><strong>Font &#8211; font properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>&lt;TextAlign&gt;2&lt;\/TextAlign&gt;<\/strong><\/p>\n<p>Text alignment:<\/p>\n<p>0 &#8211; Left,<\/p>\n<p>1 &#8211; Right,<\/p>\n<p>2 &#8211; Center,<\/p>\n<p>3 &#8211; Justify<\/p>\n<p><strong>&lt;TextAutoSize&gt;1&lt;\/TextAutoSize&gt;<\/strong><\/p>\n<p>Use TextAutoSize to make the Text object adjust its size automatically so the bounding box accommodates the width of the text.<\/p>\n<p>When TextAutoSize is false, the text object has a fixed width.<\/p>\n<p><strong>&lt;TextValue&gt;Text 1&lt;\/TextValue&gt;<\/strong><\/p>\n<p>the text shown by TEXT object.<\/p>\n<hr \/>\n<h3>MEMO (multi-line text)<\/h3>\n<p>Example:<\/p>\n<blockquote>\n<pre>&lt;Memo&gt;\r\n\u00a0\u00a0 \u00a0&lt;Pen&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;4194432&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;0&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Width&gt;5&lt;\/Width&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Pen&gt;\r\n\u00a0\u00a0 \u00a0&lt;Brush&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Color&gt;8454016&lt;\/Color&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;Style&gt;0&lt;\/Style&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Brush&gt;\r\n\u00a0\u00a0 \u00a0&lt;Font&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontHeight&gt;-38&lt;\/FontHeight&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontName&gt;Arial&lt;\/FontName&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontStyles&gt;0000&lt;\/FontStyles&gt;\r\n\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0&lt;FontAngle&gt;0&lt;\/FontAngle&gt;\r\n\u00a0\u00a0 \u00a0&lt;\/Font&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextAlign&gt;0&lt;\/TextAlign&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextAutoSize&gt;1&lt;\/TextAutoSize&gt;\r\n\u00a0\u00a0 \u00a0&lt;TextValue&gt;Text 2-1\r\nText 2-2\r\nText 2-3&lt;\/TextValue&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjLeft&gt;120&lt;\/ObjLeft&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjTop&gt;404&lt;\/ObjTop&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjWidth&gt;199&lt;\/ObjWidth&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjHeight&gt;137&lt;\/ObjHeight&gt;\r\n&lt;\/Memo&gt;<\/pre>\n<\/blockquote>\n<p><strong>Pen &#8211; pen properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p><strong>Brush &#8211; brush properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p><strong>Font &#8211; font properties (see &#8220;COMMON PROPERTIES&#8221;).<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>&lt;TextAlign&gt;2&lt;\/TextAlign&gt;<\/strong><\/p>\n<p>Text alignment:<\/p>\n<p>0 &#8211; Left,<\/p>\n<p>1 &#8211; Right,<\/p>\n<p>2 &#8211; Center,<\/p>\n<p>3 &#8211; Justify<\/p>\n<p><strong>&lt;TextAutoSize&gt;1&lt;\/TextAutoSize&gt;<\/strong><\/p>\n<p>Use TextAutoSize to make the Text object adjust its size automatically so the bounding box accommodates the width of the text.<\/p>\n<p>When TextAutoSize is false, the text object has a fixed width.<\/p>\n<p><strong>&lt;TextValue&gt;Text 2-1<br \/>\nText 2-2<br \/>\nText 2-3&lt;\/TextValue&gt;<\/strong><\/p>\n<p>the text shown by MEMO object.<\/p>\n<p><strong>MemoBorderStyle<\/strong> &#8211; the style of the memo border (see Pen Style).<\/p>\n<p><strong>MemoBorderColor<\/strong> &#8211; specifies the color of the memo border (see Pen Color).<\/p>\n<p><strong>MemoMarginBottom<\/strong><br \/>\nSpecifies the bottom margin in percentage of vertical height.<\/p>\n<p><strong>MemoMarginRight<\/strong><br \/>\nSpecifies the right margin in percentage of horizontal width.<\/p>\n<p><strong>MemoMarginTop<\/strong><br \/>\nSpecifies the top margin in percentage of vertical height.<\/p>\n<p><strong>MemoMarginLeft<\/strong><br \/>\nSpecifies the left margin in percentage of horizontal width.<\/p>\n<hr \/>\n<h3>BITMAP (IMAGE)<\/h3>\n<p>Example:<\/p>\n<blockquote>\n<pre>&lt;Bitmap&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjSoftShadow&gt;1&lt;\/ObjSoftShadow&gt;\r\n\u00a0\u00a0 \u00a0&lt;BitmapFile&gt;C:\\TEMP\\TestFiles2.jpg&lt;\/BitmapFile&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjLeft&gt;135&lt;\/ObjLeft&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjTop&gt;282&lt;\/ObjTop&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjWidth&gt;231&lt;\/ObjWidth&gt;\r\n\u00a0\u00a0 \u00a0&lt;ObjHeight&gt;116&lt;\/ObjHeight&gt;\r\n&lt;\/Bitmap<\/pre>\n<\/blockquote>\n<p><strong>&lt;ObjSoftShadow&gt;1&lt;\/ObjSoftShadow&gt;<\/strong><\/p>\n<p>ObjSoftShadow enables the object shadow properties.<\/p>\n<p><strong>&lt;BitmapBorder&gt;1&lt;\/BitmapBorder&gt;<\/strong><\/p>\n<p>If &#8220;1&#8221; a border around the bitmap object will be painted.<\/p>\n<p><strong>&lt;BitmapFile&gt;C:\\TEMP\\TestFiles2.jpg&lt;\/BitmapFile&gt;<\/strong><\/p>\n<p>BitmapFile is the image (bitmap) that object shows.<\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<p><a href=\"http:\/\/tiffedit.com\/example-1.xml\"><strong>Download &#8220;example-1.xml&#8221;<\/strong><\/a><\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h3>Available program with these features:<\/h3>\n<ul>\n<li>Advanced TIFF Editor Plus (<a title=\"Advanced TIFF Editor Plus\" href=\"http:\/\/www.tiffedit.com\/advtiffeditorplus_setup.exe\" target=\"_blank\">free download<\/a>, <a title=\"Advanced TIFF Editor Plus\" href=\"http:\/\/www.tiffedit.com\/tiffeditor_plus.shtml\" target=\"_blank\">home page<\/a>);<\/li>\n<li>Advanced TIFF Editor (<a title=\"Advanced TIFF Editor\" href=\"http:\/\/www.tiffedit.com\/advtiffeditor_setup.exe\" target=\"_blank\">free download<\/a>, <a title=\"Advanced TIFF Editor\" href=\"http:\/\/www.tiffedit.com\/\" target=\"_blank\">home page<\/a>);<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>How to Import annotations (vector objects) from XML file &nbsp; Use menu items: Annotations &#8211; Import from XML file &#8230; Available annotations: LINE, BOX, BITMAP, TEXT, MEMO (Multiline text object),\u00a0 DateTime Shtamp. &nbsp; &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt; &lt;Annotations version=&#8221;1&#8243;&gt; \u00a0\u00a0\u00a0 &lt;Line&gt;&#8230;<br \/><a class=\"read-more-button\" href=\"https:\/\/www.tiffedit.com\/blog\/archives\/59\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[38,41,40,39,42],"class_list":["post-59","post","type-post","status-publish","format-standard","hentry","category-advanced_tiff_editor","tag-annotations","tag-import","tag-vector-objects","tag-xml","tag-xml-file"],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/posts\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/comments?post=59"}],"version-history":[{"count":13,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/posts\/59\/revisions"}],"predecessor-version":[{"id":74,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/posts\/59\/revisions\/74"}],"wp:attachment":[{"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/media?parent=59"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/categories?post=59"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tiffedit.com\/blog\/wp-json\/wp\/v2\/tags?post=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}