Documentation

ProofState
in package

FinalYes

Spelling and Grammatical Checking State.

Tags
see
http://www.datypic.com/sc/ooxml/e-w_proofState-1.html

Table of Contents

Constants

CLEAN  = 'clean'
Check Completed.
DIRTY  = 'dirty'
Check Not Completed.

Properties

$grammar  : string
Grammatical Checking State.
$spelling  : string
Spell Checking State.

Methods

getGrammar()  : string
Get the Grammatical Checking State.
getSpelling()  : string
Get the Spell Checking State.
setGrammar()  : self
Set the Grammatical Checking State (dirty or clean).
setSpelling()  : self
Set the Spell Checking State (dirty or clean).

Constants

CLEAN

Check Completed.

public mixed CLEAN = 'clean'

DIRTY

Check Not Completed.

public mixed DIRTY = 'dirty'

Properties

$grammar

Grammatical Checking State.

private string $grammar

$spelling

Spell Checking State.

private string $spelling

Methods

getGrammar()

Get the Grammatical Checking State.

public getGrammar() : string
Return values
string

getSpelling()

Get the Spell Checking State.

public getSpelling() : string
Return values
string

setGrammar()

Set the Grammatical Checking State (dirty or clean).

public setGrammar(string $grammar) : self
Parameters
$grammar : string
Return values
self

setSpelling()

Set the Spell Checking State (dirty or clean).

public setSpelling(string $spelling) : self
Parameters
$spelling : string
Return values
self

        
On this page

Search results