개정판 8041a16f
fix
Change-Id: I03b33eb2ddddd83c2938b0c98ef98d2b5be77e36
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
229 | 229 |
TextNode.Attributes.SetNamedItem(XAttr); |
230 | 230 |
|
231 | 231 |
XmlAttribute YAttr = Program.xml.CreateAttribute("Y"); |
232 |
XAttr.Value = pText.Position.Y.ToString();
|
|
232 |
YAttr.Value = pText.Position.Y.ToString();
|
|
233 | 233 |
TextNode.Attributes.SetNamedItem(YAttr); |
234 | 234 |
|
235 | 235 |
TextNode.InnerText = pText.TextString.Replace("%%U", ""); |
내보내기 Unified diff