Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
XML_Service
Comment
Interface Comment
A representation of an XML Comment node.
interface
Comment
{
asCdata
()
:
Cdata
;
asComment
()
:
GoogleAppsScript
.
XML_Service
.
Comment
;
asDocType
()
:
DocType
;
asElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
asEntityRef
()
:
EntityRef
;
asProcessingInstruction
()
:
ProcessingInstruction
;
asText
()
:
GoogleAppsScript
.
XML_Service
.
Text
;
detach
()
:
GoogleAppsScript
.
XML_Service
.
Content
;
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
;
getText
()
:
string
;
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
;
getValue
()
:
string
;
setText
(
text
:
string
)
:
GoogleAppsScript
.
XML_Service
.
Comment
;
}
Hierarchy (
View Summary
)
GoogleAppsScript
.
XML_Service
.
Content
Comment
Index
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Parent
Element
get
Text
get
Type
get
Value
set
Text
Methods
as
Cdata
asCdata
()
:
Cdata
Returns
Cdata
as
Comment
asComment
()
:
GoogleAppsScript
.
XML_Service
.
Comment
Returns
GoogleAppsScript
.
XML_Service
.
Comment
as
Doc
Type
asDocType
()
:
DocType
Returns
DocType
as
Element
asElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
Returns
GoogleAppsScript
.
XML_Service
.
Element
as
Entity
Ref
asEntityRef
()
:
EntityRef
Returns
EntityRef
as
Processing
Instruction
asProcessingInstruction
()
:
ProcessingInstruction
Returns
ProcessingInstruction
as
Text
asText
()
:
GoogleAppsScript
.
XML_Service
.
Text
Returns
GoogleAppsScript
.
XML_Service
.
Text
detach
detach
()
:
GoogleAppsScript
.
XML_Service
.
Content
Returns
GoogleAppsScript
.
XML_Service
.
Content
get
Parent
Element
getParentElement
()
:
GoogleAppsScript
.
XML_Service
.
Element
Returns
GoogleAppsScript
.
XML_Service
.
Element
get
Text
getText
()
:
string
Returns
string
get
Type
getType
()
:
GoogleAppsScript
.
XML_Service
.
ContentType
Returns
GoogleAppsScript
.
XML_Service
.
ContentType
get
Value
getValue
()
:
string
Returns
string
set
Text
setText
(
text
:
string
)
:
GoogleAppsScript
.
XML_Service
.
Comment
Parameters
text
:
string
Returns
GoogleAppsScript
.
XML_Service
.
Comment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
as
Cdata
as
Comment
as
Doc
Type
as
Element
as
Entity
Ref
as
Processing
Instruction
as
Text
detach
get
Parent
Element
get
Text
get
Type
get
Value
set
Text
Google Apps Script API
Loading...
A representation of an XML Comment node.