Skip to the content.

PromptPlus API:Overflow

Build Publish License NuGet Downloads

Back to List Api

Overflow

Namespace: PPlus

Represents text overflow.

public enum Overflow

Inheritance ObjectValueTypeEnumOverflow
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
None 0 Put any excess characters on the next line.
Crop 1 Truncates the text at the end of the line.
Ellipsis 2 Truncates the text at the end of the line and also inserts an ellipsis character.

Back to List Api