Hello,
I am trying to fill a text node with some text, I always get an extra LF character at the end. Both AddTextLine(s), InsertTextLine(1,s) and TextLine(1)=s always do this for me.
The presence of the extra LF does not affect the rendering, but…
Is there a way to extract the AnnotationScaleFactor from a TextNodeElement. I have found a method for getting the AnnotationScaleFactor from TextElements and DimensionElements, but TextNodeElements do not seem to directly have a property for AnnotationScaleFactor…
Hi!
I have a cell with 2 cells in it.
1 of these cells have textnodes with textinformation.
Now i want to get the origo of the cell (works), the name of the cell (works), and the texts from the textnodes in one of the nested cell (doesn't work…
Unknown said: A TextNodeElement is not a TextElement .
A TextNodeElement is a container of TextElement s.
TextElement s have properties concerning appearance and contain the text that you see in graphics.
TextNodeElement also has formatting properties…