menu
ews package
documentation
ComplexProperties/AttributedStringCollection.dart
AttributedStringCollection
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
AttributedString
attributedString
)
Adds an attributed String to the collection.
Attributed String to be added
Implementation
void
Add(AttributedString attributedString) {
this
.InternalAdd(attributedString); }
ews package
documentation
ComplexProperties/AttributedStringCollection
AttributedStringCollection
Add method
AttributedStringCollection class
Constructors
new
withElementName
Properties
AddedItems
Count
first
hashCode
isEmpty
isNotEmpty
Items
iterator
last
length
ModifiedItems
Namespace
OnChangeList
RemovedItems
runtimeType
single
Methods
Add
addOnChangeEvent
AddRange
AddValue
AddValueWithAttributions
any
CanSetFieldValue
cast
Changed
Clear
ClearChangeLog
contains
Contains
CreateComplexProperty
elementAt
every
expand
firstWhere
fold
followedBy
forEach
GetCollectionItemXmlElementName
IndexOf
InternalAdd
InternalClear
InternalRemove
InternalRemoveAt
InternalValidate
ItemChanged
join
lastWhere
LoadFromXml
LoadFromXmlWithNamespace
map
noSuchMethod
ReadAttributesFromXml
ReadTextValueFromXml
reduce
Remove
removeChangeEvent
RemoveFromChangeLog
ShouldWriteToRequest
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
TryReadElementFromXml
TryReadElementFromXmlToPatch
UpdateFromXml
UpdateFromXmlWithNamespace
Validate
where
whereType
WriteAttributesToXml
WriteElementsToXml
WriteToXml
WriteToXmlWithNamespace
Operators
operator ==
operator []