Reminder: I dont have any experience on with this code at all.
Im working on an XML File/Code with Notepad ++, this will be the code im working on:
<TextObject Name="CmnaOrigen" Left="6.5" Height="1.5" Top="3.2" Width="6.0">
<Text>Av. El Bosque Norte 500 - Of. 1102 Las Condes - Santiago - Chile Tel: (56-2) 2362 2200 - Fax: (56-2) 2362 2496 </Text>
<Color R="0" Name="Black" G="0" B="0" A="255"/>
<Font Name="Arial" SizeInPoints="8" Italic="false" Bold="False"/>
<Border> <BackgroundColor Name="White" R="255" G="255" B="255" A="255"/> </Border>
<ObjectFormat HorizontalAlignment="LeftAlign" EnableSuppress="false"/>
</TextObject>
What im trying to do is to break the lines in the text so they look like this:
Av. El Bosque Norte 500 - Of. 1102
Las Condes - Santiago - Chile
Tel: (56-2) 2362 2200 - Fax: (56-2) 2362 2496
I already tried the <br /> /n <line></line>
tags from other questions and nothing is working, i did figure out a way of making it work because of the width, i can put many spaces until the lines move and look just like it, but i know there must be a proper solution for this small issue and i would love to learn it.
Thank you.
tag appeaar in the text, also forgot to say that this is XML code that is being transform? or made into a PDF. <![CDATA[Camino Lo Ruiz 5310, Galpón B - Quilicura, Santiago Teléfono: 2495-8557
La Martina 400 - Pudahuel, Santiago
Teléfono: 2389-1200 ]]> – Dorian S. Sep 10 '14 at 19:35