Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
XML_Service
Text
Interface Text
A representation of an XML Text node.
interface
Text
{
append
(
text
:
string
)
:
GoogleAppsScript
.
XML_Service
.
Text
;
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
.
Text
;
}
Hierarchy (
View Summary
)
GoogleAppsScript
.
XML_Service
.
Content
Text
Index
Methods
append
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
append
append
(
text
:
string
)
:
GoogleAppsScript
.
XML_Service
.
Text
Parameters
text
:
string
Returns
GoogleAppsScript
.
XML_Service
.
Text
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
.
Text
Parameters
text
:
string
Returns
GoogleAppsScript
.
XML_Service
.
Text
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
append
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 Text node.