Windward Engine API Reference
Report.HYPHENATION Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : Report.HYPHENATION Enumeration




Glossary Item Box

Get/set if hyphenation is on in the engine. These values match the const ints in the java engine.

Syntax

Visual Basic (Declaration) 
Public Enum Report.HYPHENATION 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Report.HYPHENATION
C# 
public enum Report.HYPHENATION : System.Enum 
Managed Extensions for C++ 
__value public enum Report.HYPHENATION : public System.Enum 
C++/CLI 
public enum class Report.HYPHENATION : public System.Enum 

Members

MemberDescription
OFFDo not hyphenate.
ONHyphenate.
TEMPLATEHyphenate if the template has auto-hyphenate on. This is the default.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.Report.HYPHENATION

Requirements

Namespace: net.windward.api.csharp

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

Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)

See Also

© 2019 All Rights Reserved.