Documentation

TrackChangesView
in package

FinalYes

Visibility of Annotation Types.

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

Table of Contents

Properties

$comments  : bool
Display Comments.
$formatting  : bool
Display Formatting Revisions.
$inkAnnotations  : bool
Display Ink Annotations.
$insDel  : bool
Display Content Revisions.
$markup  : bool
Display Visual Indicator Of Markup Area.

Methods

hasComments()  : bool
Get Display Comments.
hasFormatting()  : bool
Get Display Formatting Revisions.
hasInkAnnotations()  : bool
Get Display Ink Annotations.
hasInsDel()  : bool
Get Display Content Revisions.
hasMarkup()  : bool
Get Display Visual Indicator Of Markup Area.
setComments()  : void
Set Display Comments.
setFormatting()  : void
Set Display Formatting Revisions.
setInkAnnotations()  : void
Set Display Ink Annotations.
setInsDel()  : void
Set Display Content Revisions.
setMarkup()  : void
Set Display Visual Indicator Of Markup Area.

Properties

Methods

hasComments()

Get Display Comments.

public hasComments() : bool
Return values
bool

True if comments are shown

hasFormatting()

Get Display Formatting Revisions.

public hasFormatting() : bool
Return values
bool

True if formatting revisions are shown

hasInkAnnotations()

Get Display Ink Annotations.

public hasInkAnnotations() : bool
Return values
bool

True if ink annotations are shown

hasInsDel()

Get Display Content Revisions.

public hasInsDel() : bool
Return values
bool

True if content revisions are shown

hasMarkup()

Get Display Visual Indicator Of Markup Area.

public hasMarkup() : bool
Return values
bool

True if markup is shown

setComments()

Set Display Comments.

public setComments(bool|null $comments) : void
Parameters
$comments : bool|null

Set to true to show comments

setFormatting()

Set Display Formatting Revisions.

public setFormatting([null|bool $formatting = null ]) : void
Parameters
$formatting : null|bool = null

Set to true to show formatting revisions

setInkAnnotations()

Set Display Ink Annotations.

public setInkAnnotations(bool|null $inkAnnotations) : void
Parameters
$inkAnnotations : bool|null

Set to true to show ink annotations

setInsDel()

Set Display Content Revisions.

public setInsDel(bool|null $insDel) : void
Parameters
$insDel : bool|null

Set to true to show content revisions

setMarkup()

Set Display Visual Indicator Of Markup Area.

public setMarkup(bool|null $markup) : void
Parameters
$markup : bool|null

Set to true to show markup


        
On this page

Search results