| 
HtmlExportOptions
UseMsoSpace Property
  | 
Note: This API is now obsolete.
 
 Gets or sets a switch that determines whether to use mso rules' space..
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("Will be removed")]
public bool UseMsoSpace { get; set; }
 
<ObsoleteAttribute("Will be removed")>
Public Property UseMsoSpace As Boolean
	Get
	Set
 
public:
[ObsoleteAttribute(L"Will be removed")]
property bool UseMsoSpace {
	bool get ();
	void set (bool value);
}
 
[<ObsoleteAttribute("Will be removed")>]
member UseMsoSpace : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also