Browse By Tags

  • AddTextLine adds an extra line break

    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…
  • TextNodeElement.AnnotationScaleFactor

    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…
  • Get information from 1 cell in a nested cell

    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…
  • Re: How to get and set TextNode element's size and font?

    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…