<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari,<br>
<br>
when I use FCTextExpressionDef:DeepSaveAs, I noticed that the (old)
properties of the expression's FCTextBlock are overwritten. Was this
intended? If so, could you please add it to the documentation?<br>
In the documentation it currently only says "... (it) makes a copy
of the text string before resaving." <br>
Maybe that is just what the "<u>Deep</u>..." was intended for, but I
am not sure.<br>
<br>
It means:<br>
When I have a text expression that uses a LineSpacing of 60%
(instead of the default 100%) and then call DeepSaveAs, the
LineSpacing value of the expression will automatically be reset to
100%. AFAIK LineSpacing is the only relevant value of FCTextBlock
that is affected on text expressions.<br>
So if I use DeepSaveAs and want to keep the old LineSpacing, I need
temporarily save it before calling DeepSaveAs and restore it after
DeepSaveAs.<br>
<br>
Best,<br>
Jan<br>
</body>
</html>