Click or drag to resize
LoremIpsumGenerator Class
Lorem ipsum text generator.
Inheritance Hierarchy
SystemObject
  CMS.HelpersLoremIpsumGenerator

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class LoremIpsumGenerator

The LoremIpsumGenerator type exposes the following members.

Constructors
  NameDescription
Public methodLoremIpsumGenerator
Top
Fields
  NameDescription
Protected fieldStatic membermRandom
Random generator.
Protected fieldStatic membermWords
List of available words.
Top
Properties
  NameDescription
Protected propertyStatic memberRandom
Random generator.
Public propertyStatic memberWords
List of available words.
Top
Methods
  NameDescription
Public methodStatic memberGetText
Gets the paragraphs.
Public methodStatic memberGetTextByLength
Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".
Public methodStatic memberGetTextByNumberOfWords
Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".
Public methodStatic memberGetWord
Gets the random word.
Top
See Also