-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDevExpress.Office.v20.2.Core.xml
More file actions
1816 lines (1816 loc) · 102 KB
/
DevExpress.Office.v20.2.Core.xml
File metadata and controls
1816 lines (1816 loc) · 102 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.Office.v20.2.Core</name>
</assembly>
<members>
<member name="N:DevExpress.Office">
<summary>
<para>Contains classes common to all Office-inspired suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.AzureCompatibility">
<summary>
<para>Hidden. Use the <see cref="T:DevExpress.Utils.AzureCompatibility"/> class instead.</para>
</summary>
</member>
<member name="P:DevExpress.Office.AzureCompatibility.Enable">
<summary>
<para>Use the <see cref="P:DevExpress.Utils.AzureCompatibility.Enable"/> property instead.</para>
</summary>
<value>true if the document export is Azure-compatible; otherwise false.</value>
</member>
<member name="T:DevExpress.Office.DocumentLayoutUnit">
<summary>
<para>Lists measurement units used for the document layout.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentLayoutUnit.Document">
<summary>
<para>Specifies documents (one three-hundredths of an inch) as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentLayoutUnit.Pixel">
<summary>
<para>Specifies pixels as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentLayoutUnit.Twip">
<summary>
<para>Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units.</para>
</summary>
</member>
<member name="T:DevExpress.Office.DocumentUnit">
<summary>
<para>Lists measurement units used in the document.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentUnit.Centimeter">
<summary>
<para>Specifies centimeters as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentUnit.Document">
<summary>
<para>Specifies documents (one three-hundredths of an inch) as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentUnit.Inch">
<summary>
<para>Specifies inches as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentUnit.Millimeter">
<summary>
<para>Specifies millimeters as measurement units.</para>
</summary>
</member>
<member name="F:DevExpress.Office.DocumentUnit.Point">
<summary>
<para>Specifies points as measurement units.</para>
</summary>
</member>
<member name="N:DevExpress.Office.Drawing">
<summary>
<para>Contains helper classes required to draw, fill and position visual objects in Office inspired control suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Drawing.TileFlipType">
<summary>
<para>Lists values that specify how to flip tiles when a texture fill is applied to a shape.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Drawing.TileFlipType.Both">
<summary>
<para>Flips tiles both horizontally and vertically.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Drawing.TileFlipType.Horizontal">
<summary>
<para>Flips tiles horizontally.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Drawing.TileFlipType.None">
<summary>
<para>Tiles are not flipped.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Drawing.TileFlipType.Vertical">
<summary>
<para>Flips tiles vertically.</para>
</summary>
</member>
<member name="N:DevExpress.Office.Export">
<summary>
<para>Contains base interfaces and classes required for document export in Office inspired control suites.</para>
</summary>
</member>
<member name="N:DevExpress.Office.Export.Html">
<summary>
<para>Contains classes specific for document export to HTML in office-inspired suites (Rich Text Editor, Spreadsheet).</para>
</summary>
</member>
<member name="T:DevExpress.Office.Export.Html.HtmlExporterBase">
<summary>
<para>Base class for objects used by Office-inspired controls to export the document content in HTML format.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Export.Html.HtmlExporterBase.Export">
<summary>
<para>Exports the document to a string in HTML format.</para>
</summary>
<returns>A string containing a document in HTML format.</returns>
</member>
<member name="M:DevExpress.Office.Export.Html.HtmlExporterBase.Export(System.IO.TextWriter)">
<summary>
<para>Exports a document in HTML format using the specified writer to write exported data as a series of characters.</para>
</summary>
<param name="writer">A <see cref="T:System.IO.TextWriter"/> descendant which writes exported data as a sequential series of characters.</param>
</member>
<member name="T:DevExpress.Office.Export.IExporterOptions">
<summary>
<para>Defines options for the document being exported.</para>
</summary>
</member>
<member name="P:DevExpress.Office.Export.IExporterOptions.TargetUri">
<summary>
<para>Gets or sets the URI of the document being exported.</para>
</summary>
<value>A string representing the document URI.</value>
</member>
<member name="T:DevExpress.Office.HyperlinkUriHelper">
<summary>
<para>Helper class to manage hyperlinks.</para>
</summary>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.ConvertFromHyperlinkUri(System.String)">
<summary>
<para>Creates a hyperlink from a hyperlink URI.</para>
</summary>
<param name="uri">A string value that is target URI.</param>
<returns>The resulting hyperlink.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.ConvertRelativePathToAbsolute(System.String,System.String)">
<summary>
<para>Converts the hyperlink's relative path to absolute.</para>
</summary>
<param name="uri"></param>
<param name="baseUri"></param>
<returns>A string value that is an absolute URI path.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.ConvertToHyperlinkUri(System.String)">
<summary>
<para>Converts a hyperlink to a hyperlink URI.</para>
</summary>
<param name="uri">A target hyperlink.</param>
<returns>The resulting URI.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.ConvertToUrl(System.String)">
<summary>
<para>Converts URI to URL.</para>
</summary>
<param name="uri">The target URI.</param>
<returns>The resulting URL.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.EnsureUriIsValid(System.String)">
<summary>
<para>Check whether the hyperlink URI is valid.</para>
</summary>
<param name="uri">A hyperlink Uri that needs to be checked.</param>
<returns>A string value that is the valid Uri.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(System.String)">
<summary>
<para>Replaces the "" escape character to normal backslashes.</para>
</summary>
<param name="value">A string value that needs to be corrected.</param>
<returns>The corrected string.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.IsLocalPath(System.String)">
<summary>
<para>Check whether the hyperlink's path is local.</para>
</summary>
<param name="uri">A target hyperlink's URI.</param>
<returns>true, if the path is local; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.IsRelativePath(System.String)">
<summary>
<para>Checks whether the hyperlink's path is relative.</para>
</summary>
<param name="uri">A target hyperlink's URI.</param>
<returns>true, if the path is relative; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Office.HyperlinkUriHelper.PrepareHyperlinkTooltipQuotes(System.String)">
<summary>
<para>Corrects hyperlink tooltips that contain double quotes.</para>
</summary>
<param name="value">The tooltip that needs to be corrected.</param>
<returns>The correct hyperlink tooltip.</returns>
</member>
<member name="N:DevExpress.Office.Import">
<summary>
<para>Contains base interfaces and classes required for document import in Office inspired control suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Import.IImporterOptions">
<summary>
<para>Defines options for the document being imported.</para>
</summary>
</member>
<member name="P:DevExpress.Office.Import.IImporterOptions.SourceUri">
<summary>
<para>Gets or sets the URI of the document being imported.</para>
</summary>
<value>A string representing the document URI.</value>
</member>
<member name="N:DevExpress.Office.Localization">
<summary>
<para>Contains classes and enumerations that are intended to localize the User Interface of DevExpress Office Controls (e.g., Spreadsheet, Rich Text Editor, Snap, etc.).</para>
</summary>
</member>
<member name="T:DevExpress.Office.Localization.OfficeLocalizer">
<summary>
<para>A base class that provides necessary functionality for custom localizers of elements which are common for office-inspired controls.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Localization.OfficeLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Office.Localization.OfficeLocalizer"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Localization.OfficeLocalizer.CreateDefaultLocalizer">
<summary>
<para>Returns a localizer object, which provides resources based on the thread's language and regional settings (culture).</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.</returns>
</member>
<member name="M:DevExpress.Office.Localization.OfficeLocalizer.CreateResXLocalizer">
<summary>
<para>Returns a localizer object, which provides resources based on the thread's language and regional settings (culture).</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread's culture.</returns>
</member>
<member name="M:DevExpress.Office.Localization.OfficeLocalizer.GetString(DevExpress.Office.Localization.OfficeStringId)">
<summary>
<para>Returns a localized string for the given string identifier.</para>
</summary>
<param name="id">An DevExpress.Office.Localization.OfficeStringId enumeration value identifying the string to localize.</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
</member>
<member name="T:DevExpress.Office.Localization.OfficeResLocalizer">
<summary>
<para>A default localizer to translate resources for DevExpress office products (e.g., Rich Text Editor, Spreadsheet).</para>
</summary>
</member>
<member name="M:DevExpress.Office.Localization.OfficeResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Office.Localization.OfficeResLocalizer"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.Office.OfficeCustomXmlPart">
<summary>
<para>A base interface for objects that represent custom XML parts in a document.</para>
</summary>
</member>
<member name="P:DevExpress.Office.OfficeCustomXmlPart.CustomXmlGuid">
<summary>
<para>Gets the globally unique identifier (GUID) of the current custom XML part.</para>
</summary>
<value>A custom XML part's GUID.</value>
</member>
<member name="P:DevExpress.Office.OfficeCustomXmlPart.CustomXmlPartDocument">
<summary>
<para>Provides access to an XML document of the current custom XML part.</para>
</summary>
<value>An XML document.</value>
</member>
<member name="T:DevExpress.Office.OfficeCustomXmlPart`1">
<summary>
<para>A generic base interface for custom XML parts that allows you to compare two objects.</para>
</summary>
<typeparam name="T">An object that exposes the ICustomXmlPart interface and represents a document's custom XML part.</typeparam>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPart`1.Equals(`0)">
<summary>
<para>Determines whether the specified object is equal to the current ICustomXmlPart object.</para>
</summary>
<param name="item">A custom XML part to compare with the current object.</param>
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
</member>
<member name="T:DevExpress.Office.OfficeCustomXmlPartCollection`1">
<summary>
<para>A base interface for a workbook's or text document's collection of custom XML parts.</para>
</summary>
<typeparam name="T">An object that exposes the ICustomXmlPart interface and specifies a document's custom XML part.</typeparam>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Add">
<summary>
<para>Adds a new item to the collection.</para>
</summary>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Add(System.String)">
<summary>
<para>Adds an item with the specified XML content to the collection.</para>
</summary>
<param name="content">An XML string to store in the custom XML part.</param>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Add(System.Xml.XmlDocument)">
<summary>
<para>Adds the specified XML document to the collection of custom XML parts.</para>
</summary>
<param name="document">An XML document to add to the collection.</param>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Clear">
<summary>
<para>Removes all custom XML parts from the collection.</para>
</summary>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Contains(`0)">
<summary>
<para>Determines whether the collection contains the specified custom XML part.</para>
</summary>
<param name="customXmlPart">A custom XML part to locate in the collection.</param>
<returns>true if the collection contains the specified custom XML part; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Contains(System.String)">
<summary>
<para>Determines whether the collection contains an item whose XML content equals the specified XML string.</para>
</summary>
<param name="content">The XML content to check.</param>
<returns>true if the content of any custom XML part equals the specified XML string; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.IndexOf(`0)">
<summary>
<para>Returns the index of the specified custom XML part in the collection.</para>
</summary>
<param name="customXmlPart">A custom XML part to locate in the collection.</param>
<returns>A zero-based integer that specifies the custom XML part's position within the collection. -1 if a custom XML part doesn't belong to the collection.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.IndexOf(System.String)">
<summary>
<para>Returns the index of a custom XML part with the specified XML content.</para>
</summary>
<param name="content">The content of the custom XML part to locate in the collection.</param>
<returns>A zero-based integer that specifies the custom XML part's position within the collection. -1 if a custom XML part with the given content doesn't belong to the collection.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Insert(System.Int32)">
<summary>
<para>Inserts a new custom XML part at the specified position in the collection.</para>
</summary>
<param name="index">A zero-based index that specifies the position where to insert a custom XML part.</param>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Insert(System.Int32,System.String)">
<summary>
<para>Inserts a new custom XML part with the given content at the specified position in the collection.</para>
</summary>
<param name="index">A zero-based index that specifies the position where to insert a custom XML part.</param>
<param name="content">An XML string that specifies the custom XML part's content.</param>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Insert(System.Int32,System.Xml.XmlDocument)">
<summary>
<para>Inserts the specified XML document at the specified position in the collection.</para>
</summary>
<param name="index">A zero-based index that specifies the position where to insert a custom XML part.</param>
<param name="document">An XML document to add to the collection.</param>
<returns>An object that exposes the ICustomXmlPart interface and specifies a newly created custom XML part.</returns>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.Remove(`0)">
<summary>
<para>Removes the specified custom XML part from the collection.</para>
</summary>
<param name="customXmlPart">A custom XML part to remove from the collection.</param>
</member>
<member name="M:DevExpress.Office.OfficeCustomXmlPartCollection`1.RemoveAt(System.Int32)">
<summary>
<para>Removes a custom XML part at the specified index from the collection.</para>
</summary>
<param name="index">A zero-based index of the custom XML part to be removed. It should be non-negative and less than the number of elements in the collection.</param>
</member>
<member name="N:DevExpress.Office.Options">
<summary>
<para>Contains options used throughout the Office inspired control suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Options.DataSourceTypes">
<summary>
<para>Lists values used to specify the data source types available in the Data Source Wizard.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.All">
<summary>
<para>Specifies that all data source types are available for data binding from the Data Source Wizard.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.EntityFramework">
<summary>
<para>Specifies that an Entity Framework data source is available for data binding from the Data Source Wizard.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.Excel">
<summary>
<para>Specifies that a data source used to extract data from Microsoft® Excel® documents is available for data binding from the Data Source Wizard.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.Federation">
<summary>
<para>Indicates a Federated data source.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.Json">
<summary>
<para>Indicates a JSON data source.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.Object">
<summary>
<para>Specifies that an object data source is available for data binding from the Data Source Wizard.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Options.DataSourceTypes.Sql">
<summary>
<para>Specifies that an SQL database is available for data binding from the Data Source Wizard.</para>
</summary>
</member>
<member name="N:DevExpress.Office.Services">
<summary>
<para>Contains classes representing a set of services specific to Office-inspired suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Services.IUriProvider">
<summary>
<para>Defines the provider of the locations for external objects in a document export.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Services.IUriProvider.CreateCssUri(System.String,System.String,System.String)">
<summary>
<para>Creates URI for CSS data.</para>
</summary>
<param name="rootUri">A string that specifies the root URI.</param>
<param name="styleText">A string containing CSS definitions for which the URI is created.</param>
<param name="relativeUri">A string that specifies the relative part of the URI (path relative to the root).</param>
<returns>A string that is the URI of CSS data.</returns>
</member>
<member name="M:DevExpress.Office.Services.IUriProvider.CreateImageUri(System.String,DevExpress.Office.Utils.OfficeImage,System.String)">
<summary>
<para>Creates an image URI.</para>
</summary>
<param name="rootUri">A string that specifies the root URI.</param>
<param name="image">An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object for which the URI is created.</param>
<param name="relativeUri">A string that specifies the relative part of the URI (path relative to the root).</param>
<returns>A string that is the image URI.</returns>
</member>
<member name="T:DevExpress.Office.Services.IUriProviderService">
<summary>
<para>Represents a service that calls the registered <see cref="T:DevExpress.Office.Services.IUriProvider"/> interface when required.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Services.IUriProviderService.CreateCssUri(System.String,System.String,System.String)">
<summary>
<para>Creates URI for CSS data.</para>
</summary>
<param name="url">A string that specifies the root URI.</param>
<param name="styleText">A string containing CSS definitions for which the URI is created.</param>
<param name="relativeUri">A string that specifies the relative part of the URI (path relative to the root).</param>
<returns>A string that is the URI of CSS data.</returns>
</member>
<member name="M:DevExpress.Office.Services.IUriProviderService.CreateImageUri(System.String,DevExpress.Office.Utils.OfficeImage,System.String)">
<summary>
<para>Provides the URI string for the specified image.</para>
</summary>
<param name="rootUri">A string that specifies the root URI.</param>
<param name="image">An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object for which the URI is created.</param>
<param name="relativeUri">A string that specifies the relative part of the URI (path relative to the root).</param>
<returns>A string that is the image URI.</returns>
</member>
<member name="M:DevExpress.Office.Services.IUriProviderService.RegisterProvider(DevExpress.Office.Services.IUriProvider)">
<summary>
<para>Registers the URI provider and makes it available to clients of the service.</para>
</summary>
<param name="provider">An object which exposes the <see cref="T:DevExpress.Office.Services.IUriProvider"/> interface.</param>
</member>
<member name="M:DevExpress.Office.Services.IUriProviderService.UnregisterProvider(DevExpress.Office.Services.IUriProvider)">
<summary>
<para>Cancels the registration of an URI provider, and makes it unavailable to the clients of the service.</para>
</summary>
<param name="provider">An object which exposes the <see cref="T:DevExpress.Office.Services.IUriStreamProvider"/> interface.</param>
</member>
<member name="T:DevExpress.Office.Services.IUriStreamProvider">
<summary>
<para>Defines the data stream provider for the <see cref="T:DevExpress.Office.Services.IUriStreamService"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Services.IUriStreamProvider.GetStream(System.String)">
<summary>
<para>Provides the data stream for the specified Uri.</para>
</summary>
<param name="uri">A string specifying the URI of the object that is the source of the stream.</param>
<returns>A <see cref="T:System.IO.Stream"/> object specifying a data stream or null (Nothing in Visual Basic).</returns>
</member>
<member name="T:DevExpress.Office.Services.IUriStreamService">
<summary>
<para>Defines a service which is called to retrieve data from the URI specified in some types of document fields.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Services.IUriStreamService.GetStream(System.String)">
<summary>
<para>Provides the data stream for the specified Uri.</para>
</summary>
<param name="url">A string specifying the URI of the object that is the source of the stream.</param>
<returns>A <see cref="T:System.IO.Stream"/> object specifying a data stream.</returns>
</member>
<member name="M:DevExpress.Office.Services.IUriStreamService.RegisterProvider(DevExpress.Office.Services.IUriStreamProvider)">
<summary>
<para>Registers the Uri data stream provider and makes it available to clients of the service.</para>
</summary>
<param name="provider">An object which exposes the <see cref="T:DevExpress.Office.Services.IUriStreamProvider"/> interface.</param>
</member>
<member name="M:DevExpress.Office.Services.IUriStreamService.UnregisterProvider(DevExpress.Office.Services.IUriStreamProvider)">
<summary>
<para>Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service.</para>
</summary>
<param name="provider">An object which exposes the <see cref="T:DevExpress.Office.Services.IUriStreamProvider"/> interface.</param>
</member>
<member name="N:DevExpress.Office.Utils">
<summary>
<para>Contains helper classes required for Office inspired control suites.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Utils.OfficeImage">
<summary>
<para>An image in the document.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.CanGetImageBytes(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Indicates whether the <see cref="T:DevExpress.Office.Utils.OfficeImage"/> descendant can get image data as an array of bytes.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the format of the resulting image data.</param>
<returns>true if the OfficeImage descendant implements the GetImageBytes method; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.Clone(DevExpress.Office.IDocumentModel)">
<summary>
<para>For internal use.</para>
</summary>
<param name="target"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.CreateImage(DevExpress.Office.Utils.MemoryStreamBasedImage)">
<summary>
<para>For internal use.</para>
</summary>
<param name="streamBasedImage"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.CreateImage(System.Drawing.Image)">
<summary>
<para>For internal use.</para>
</summary>
<param name="nativeImage"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.CreateImage(System.IO.Stream)">
<summary>
<para>For internal use.</para>
</summary>
<param name="stream"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.CreateImage(System.IO.Stream,DevExpress.Office.Model.IUniqueImageId)">
<summary>
<para>For internal use.</para>
</summary>
<param name="stream"></param>
<param name="id"></param>
<returns></returns>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.DesiredSizeAfterLoad">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.DiscardCachedData">
<summary>
<para>Closes the current image stream and releases any resources associated with the current stream.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.Dispose">
<summary>
<para>Releases all resources used by this object.</para>
</summary>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.EncapsulatedOfficeNativeImage">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetContentType(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Static method used to get the MIME content type by the <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> value.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the image format.</param>
<returns>A string indicating the mime content type.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetExtension(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Static method used to obtain an extension by the <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> value.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the image format.</param>
<returns>A string specifying a file extension for a given image format.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetImageBytes(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Returns a byte array of image data encoded in the specified format.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the format of the resulting image data.</param>
<returns>A <see cref="T:System.Byte"/> array that contains the image data.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetImageBytesSafe(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Attempts to get image data as an array of bytes in specified format, and in case of failure gets the data in PNG format.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the format of the resulting image data.</param>
<returns>An array of bytes containing image data.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetImageBytesStreamSafe(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>Attempts to get image data as a stream in the specified format, and in case of a failure, gets the data in PNG format.</para>
</summary>
<param name="imageFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the format of the resulting image data.</param>
<returns>A <see cref="T:System.IO.Stream"/> containing image data.</returns>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.GetResolution">
<summary>
<para>For internal use.</para>
</summary>
<returns></returns>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.HorizontalResolution">
<summary>
<para>Gets the horizontal resolution of the image in pixels per inch.</para>
</summary>
<value>The horizontal resolution of this image in pixels per inch.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.ImageCacheKey">
<summary>
<para>For internal use.</para>
</summary>
<value>An integer value that represents a cache key under which an image is stored in the cache.</value>
</member>
<member name="M:DevExpress.Office.Utils.OfficeImage.IsExportSupported(DevExpress.Office.Utils.OfficeImageFormat)">
<summary>
<para>This property is overridden in OfficeImage class descendants to indicate image formats not suitable for export.</para>
</summary>
<param name="rawFormat">An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the image format to export.</param>
<returns>Always true.</returns>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.IsLoaded">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.NativeImage">
<summary>
<para>Provides access to the native <see cref="T:System.Drawing.Image"/> object.</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object specifying a native image.</value>
</member>
<member name="E:DevExpress.Office.Utils.OfficeImage.NativeImageChanged">
<summary>
<para>Intended for internal use.</para>
</summary>
</member>
<member name="E:DevExpress.Office.Utils.OfficeImage.NativeImageChanging">
<summary>
<para>Intended for internal use.</para>
</summary>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.PaletteLength">
<summary>
<para>Gets the number of colors in the image palette.</para>
</summary>
<value>A <see cref="T:System.Int32"/> value specifying the number of entries in the palette color table.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.PixelFormat">
<summary>
<para>Gets the pixel format of the image.</para>
</summary>
<value>An <see cref="T:DevExpress.Office.Utils.OfficePixelFormat"/> enumeration member specifying the pixel format.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.RawFormat">
<summary>
<para>Gets the file format of this image.</para>
</summary>
<value>An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the image file format.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.RootImage">
<summary>
<para>This property is overridden in OfficeImage descendants to point to a single instance of an image that can be incorporated in different objects.</para>
</summary>
<value>An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object that is the image in the document.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.ShouldSetDesiredSizeAfterLoad">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.SizeInDocuments">
<summary>
<para>Gets the size of an image in <see cref="F:DevExpress.Office.DocumentUnit.Document"/> units.</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the image size measured in documents.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.SizeInHundredthsOfMillimeter">
<summary>
<para>Gets the size of an image in hundredths of a millimeter.</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the image size measured in hundredths of a millimeter.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.SizeInOriginalUnits">
<summary>
<para>This property is overridden in OfficeImage descendants to get the size of a native image measured in original units.</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the image size measured in original units.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.SizeInPixels">
<summary>
<para>Gets the size of an image in pixels.</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the image size measured in pixels.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.SizeInTwips">
<summary>
<para>Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter).</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure specifying the image size measured in twips.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.Uri">
<summary>
<para>This property is overridden in OfficeImage class descendants to get the URI of the image.</para>
</summary>
<value>A string specifying the URI of an image.</value>
</member>
<member name="P:DevExpress.Office.Utils.OfficeImage.VerticalResolution">
<summary>
<para>Gets the horizontal resolution of the image in pixels per inch.</para>
</summary>
<value>The horizontal resolution of this image in pixels per inch.</value>
</member>
<member name="T:DevExpress.Office.Utils.OfficeImageFormat">
<summary>
<para>Lists supported image formats.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Bmp">
<summary>
<para>Specifies the bitmap (BMP) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Emf">
<summary>
<para>Specifies the enhanced metafile (EMF) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Exif">
<summary>
<para>Specifies the Exchangeable Image File (Exif) format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Gif">
<summary>
<para>Specifies the Graphics Interchange Format (GIF) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Icon">
<summary>
<para>Specifies the Windows icon image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Jpeg">
<summary>
<para>Specifies the Joint Photographic Experts Group (JPEG) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.MemoryBmp">
<summary>
<para>Specifies a memory bitmap image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.None">
<summary>
<para>Unspecified format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Png">
<summary>
<para>Specifies the W3C Portable Network Graphics (PNG) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Tiff">
<summary>
<para>Specifies the Tagged Image File Format (TIFF) image format.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficeImageFormat.Wmf">
<summary>
<para>Specifies the Windows metafile (WMF) image format.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Utils.OfficePixelFormat">
<summary>
<para>Lists formats of the color data for each pixel in the image.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Alpha">
<summary>
<para>The pixel data contains alpha values that are not premultiplied.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Canonical">
<summary>
<para>The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.DontCare">
<summary>
<para>No pixel format is specified.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Extended">
<summary>
<para>Reserved.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format16bppArgb1555">
<summary>
<para>The pixel format is 16 bits per pixel. The color information specifies 32,768 shades of color, of which 5 bits are red, 5 bits are green, 5 bits are blue, and 1 bit is alpha.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format16bppGrayScale">
<summary>
<para>The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format16bppRgb555">
<summary>
<para>Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format16bppRgb565">
<summary>
<para>Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format1bppIndexed">
<summary>
<para>Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format24bppRgb">
<summary>
<para>Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format32bppArgb">
<summary>
<para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format32bppPArgb">
<summary>
<para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format32bppRgb">
<summary>
<para>Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format48bppRgb">
<summary>
<para>Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format4bppIndexed">
<summary>
<para>Specifies that the format is 4 bits per pixel, indexed.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format64bppArgb">
<summary>
<para>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format64bppPArgb">
<summary>
<para>Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Format8bppIndexed">
<summary>
<para>Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Gdi">
<summary>
<para>The pixel data contains GDI colors.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Indexed">
<summary>
<para>The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Max">
<summary>
<para>The maximum value for this enumeration.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.PAlpha">
<summary>
<para>The pixel format contains premultiplied alpha values.</para>
</summary>
</member>
<member name="F:DevExpress.Office.Utils.OfficePixelFormat.Undefined">
<summary>
<para>The pixel format is undefined.</para>
</summary>
</member>
<member name="T:DevExpress.Office.Utils.Units">
<summary>
<para>Helper class with static methods used for unit conversion.</para>
</summary>
</member>
<member name="M:DevExpress.Office.Utils.Units.CentimetersToDocumentsF(System.Single)">
<summary>
<para>Converts a measurement from centimeters to documents. Returns the converted measurement as a Single.</para>
</summary>
<param name="value">The Single centimeter value to be converted to documents.</param>
<returns>A Single value.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.CentimetersToTwipsF(System.Single)">
<summary>
<para>Converts a measurement from centimeters to twips. Returns the converted measurement as a <see cref="T:System.Single"/>.</para>
</summary>
<param name="value">The <see cref="T:System.Single"/> value measured in centimeters to be converted to twips.</param>
<returns>A <see cref="T:System.Single"/> value.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.DocumentsToCentimetersF(System.Single)">
<summary>
<para>Converts a measurement from documents to centimeters. Returns the converted measurement as a Single.</para>
</summary>
<param name="value">The Single documents value to be converted to centimeters.</param>
<returns>A Single value.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.DocumentsToEmu(System.Int32)">
<summary>
<para>Converts a measurement from documents to EMUs (English Metric Unit).</para>
</summary>
<param name="val">An integer that is the value in documents.</param>
<returns>An integer that is the value in EMUs.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.DocumentsToEmuD(System.Single)">
<summary>
<para>Converts a measurement from EMUs (English Metric Unit) to documents (double-precision floating point value).</para>
</summary>
<param name="val">A 64-bit integer that is the value in EMUs.</param>
<returns>A <see cref="T:System.Double"/> value that is the value in documents.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.DocumentsToEmuF(System.Single)">
<summary>
<para>Converts a measurement from EMUs (English Metric Unit) to documents represented by 64-bit integers.</para>
</summary>
<param name="val">A 64-bit integer that is the value in EMUs.</param>
<returns>A 64-bit integer that is the value in documents.</returns>
</member>
<member name="M:DevExpress.Office.Utils.Units.DocumentsToEmuL(System.Int64)">
<summary>
<para>Converts a measurement from document units (documents) to EMUs (English Metric Unit) represented by 64-bit integers.</para>
</summary>
<param name="val">A 64-bit integer that is the value in documents.</param>
<returns>A 64-bit integer that is the value in EMUs.</returns>
</member>