Skip to main content
Skip table of contents

Hyphenation (1)

Hyphenation Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.hyphenation
  iTextSharp.text.pdf.hyphenation.Hyphenation[[Hyphenation]]
  end

Members

Properties

Public properties
TypeNameMethods
int``[]HyphenationPointsget
intLengthget

Methods

Public methods
ReturnsName
stringGetPostHyphenText(int index)
stringGetPreHyphenText(int index)
stringToString()

Details

Constructors

Hyphenation
Source code
public Hyphenation(string word, int[] points)
Arguments
TypeNameDescription
stringword
int``[]points

Methods

GetPreHyphenText
Source code
public virtual string GetPreHyphenText(int index)
Arguments
TypeNameDescription
intindex
GetPostHyphenText
Source code
public virtual string GetPostHyphenText(int index)
Arguments
TypeNameDescription
intindex
ToString
Source code
public override string ToString()

Properties

Length
public virtual int Length { get; }
HyphenationPoints
public virtual int HyphenationPoints { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.