Show / Hide Table of Contents

Enum LanguageDirection

An enumeration of the text flow directions supported by JSON-LD 1.1.

Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRdf.dll
Syntax
public enum LanguageDirection

Fields

Name Description
LeftToRight

Text direction is left to right

RightToLeft

Text direction is right to left

Unspecified

Text direction is unspecified / null

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<LanguageDirection>(LanguageDirection)
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX