See Also
Printy Config Namespace
net.stefanhauser.Printy.GUI.Config.Symbol Enumeration
C++
public: enum Symbol {
  Production,
  Symbol,
  Literal,
  Open,
  Close,
  Assign,
  Seperator,
  Delimiter,
  InnerComment,
  OuterComment,
  Attribute,
  Resolver,
  Prolog,
  Epilog,
  Action,
  LineNumber,
  ALL,
  INDENT,
  UNSET
};
C#
public enum Symbol {
  public Production,
  public Symbol,
  public Literal,
  public Open,
  public Close,
  public Assign,
  public Seperator,
  public Delimiter,
  public InnerComment,
  public OuterComment,
  public Attribute,
  public Resolver,
  public Prolog,
  public Epilog,
  public Action,
  public LineNumber,
  public ALL,
  public INDENT,
  public UNSET
}
Visual Basic
Public Enum Symbol
  Public Production,
  Public Symbol,
  Public Literal,
  Public Open,
  Public Close,
  Public Assign,
  Public Seperator,
  Public Delimiter,
  Public InnerComment,
  Public OuterComment,
  Public Attribute,
  Public Resolver,
  Public Prolog,
  Public Epilog,
  Public Action,
  Public LineNumber,
  Public ALL,
  Public INDENT,
  Public UNSET
End Enum
File
Members
Members 
Description 
Production 
Production - Symbol 
Literal 
Literal - Symbol 
Open 
Open - Symbol 
Close 
Close - Symbol 
Assign 
Zuweisungs - Symbol 
Seperator 
Seperator - Symbol 
Delimiter 
Delimiter - Symbol 
InnerComment 
InnerComment - Symbol 
OuterComment 
OuterComment - Symbol 
Attribute 
Attribut - Symbol 
Resolver 
Resolver - Symbol 
Prolog 
Prolog - Symbol 
Epilog 
Epilog - Symbol 
Action 
Action - Symbol 
LineNumber 
Zeilennummer - Symbol 
ALL 
Dieser Wert steht stellvertretend für alle Symbole dieser Enumeration 
INDENT 
Einrückungs - Symbol 
UNSET 
Der Standardwert dieser Enumeration. Er wird sofort nach der Instanzierung einer Variablen dieser Enumeration verwendet. 
Remarks

Diese Enumeration enthält alle Symbole, welche in einer Konfigurationsdatei verwendet werden. Diese Symbole können zum Beispiel dafür verwendet werden, um eine Regel zu erstellen, mit der der Abstand zwischen zwei solchen Symbolen festgelegt werden kann.

See Also
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.