C# Class ACPAddIn.Object_Class.Sentence

This class contain the same data structure for the Sentence object in Java ACP. It is used for to convert between JSON and object. Author: Loke Yan Hao
Inheritance: Suggestion
Afficher le fichier Open project: autocompaste/AutoComPaste

Méthodes publiques

Свойство Type Description
content String
paragraphID int
parentOrder int

Property Details

content public_oe property

public String content
Résultat String

paragraphID public_oe property

public int paragraphID
Résultat int

parentOrder public_oe property

public int parentOrder
Résultat int