ConverterTargetViewer Property |
Public API of XMLmind XSL-FO Converter for .NET
The target RTF viewer.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public TargetViewer TargetViewer { get; set; }
Public Property TargetViewer As TargetViewer
Get
Set
public:
property TargetViewer TargetViewer {
TargetViewer get ();
void set (TargetViewer value);
}
Property Value
Type:
TargetViewerRemarks
This property specifies the target RTF viewer.
It may be used to control the behaviour of XFC according to
the distinctive features of a particular RTF viewer.
Currently it is only used to circumvent an obscure bug
in the RTF loader of MS-Word, which does not handle
table cell padding tags correctly.
When this property is set to TargetViewer.MSWord, XFC will swap
top and left padding values in table cells to work around this bug.
The default value is TargetViewer.Unspecified.
See Also