Windward Engine API Reference
Hyphenate Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : Hyphenate Property




Glossary Item Box

Get/set if the generated report will be hyphenated (for PDF output only).

Syntax

Visual Basic (Declaration) 
Public Property Hyphenate As Report.HYPHENATION
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.HYPHENATION
 
instance.Hyphenate = value
 
value = instance.Hyphenate
C# 
public Report.HYPHENATION Hyphenate {get; set;}
Managed Extensions for C++ 
public: __property Report.HYPHENATION get_Hyphenate();
public: __property void set_Hyphenate( 
   Report.HYPHENATION value
);
C++/CLI 
public:
property Report.HYPHENATION Hyphenate {
   Report.HYPHENATION get();
   void set (    Report.HYPHENATION value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.