Telerik.Windows.Documents.Common.FormatProviders BinaryFormatProviderBase`1 () |
n/a
|
public abstract class Telerik.Windows.Documents.Common.FormatProviders.BinaryFormatProviderBase`1
|
--> NONE <--
|
- Constructor: protected BinaryFormatProviderBase`1 ()
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual byte[] Export (T document)
- Method (i): public virtual void Export (T document, Stream output)
- Method (i): protected virtual void ExportOverride (T document, Stream output)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual T Import (byte[] input)
- Method (i): public virtual T Import (Stream input)
- Method (i): protected virtual T ImportOverride (Stream input)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: abstract bool CanExport { public get; }
- Property: abstract bool CanImport { public get; }
- Property: abstract IEnumerable`1 SupportedExtensions { public get; }
|
Telerik.Windows.Documents.Common.FormatProviders FormatProviderBase`1 () |
n/a
|
public abstract class Telerik.Windows.Documents.Common.FormatProviders.FormatProviderBase`1
|
--> NONE <--
|
- Constructor: protected FormatProviderBase`1 ()
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual void Export (T document, Stream output)
- Method: protected virtual void ExportOverride (T document, Stream output)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual T Import (Stream input)
- Method: protected virtual T ImportOverride (Stream input)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: abstract bool CanExport { public get; }
- Property: abstract bool CanImport { public get; }
- Property: abstract IEnumerable`1 SupportedExtensions { public get; }
|
Telerik.Windows.Documents.Common.FormatProviders IBinaryFormatProvider`1 () |
n/a
|
public interface Telerik.Windows.Documents.Common.FormatProviders.IBinaryFormatProvider`1
|
--> NONE <--
|
- Method: byte[] Export (T document)
- Method: T Import (byte[] input)
|
Telerik.Windows.Documents.Common.FormatProviders IFormatProvider`1 () |
n/a
|
public interface Telerik.Windows.Documents.Common.FormatProviders.IFormatProvider`1
|
--> NONE <--
|
- Method: void Export (T document, Stream output)
- Method: T Import (Stream input)
- Property: bool CanExport { public get; }
- Property: bool CanImport { public get; }
- Property: IEnumerable`1 SupportedExtensions { public get; }
|
Telerik.Windows.Documents.Common.FormatProviders ITextBasedFormatProvider`1 () |
n/a
|
public interface Telerik.Windows.Documents.Common.FormatProviders.ITextBasedFormatProvider`1
|
--> NONE <--
|
- Method: string Export (T document)
- Method: T Import (string input)
|
Telerik.Windows.Documents.Common.FormatProviders TextBasedFormatProviderBase`1 () |
n/a
|
public abstract class Telerik.Windows.Documents.Common.FormatProviders.TextBasedFormatProviderBase`1
|
--> NONE <--
|
- Constructor: protected TextBasedFormatProviderBase`1 ()
- Method (i): public virtual bool Equals (object obj)
- Method: public virtual string Export (T document)
- Method (i): public virtual void Export (T document, Stream output)
- Method (i): protected virtual void ExportOverride (T document, Stream output)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual T Import (Stream input)
- Method: public virtual T Import (string input)
- Method (i): protected virtual T ImportOverride (Stream input)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: abstract bool CanExport { public get; }
- Property: abstract bool CanImport { public get; }
- Property: abstract IEnumerable`1 SupportedExtensions { public get; }
|
Telerik.Windows.Documents.Core.Data DocumentElementCollectionBase`2 () |
n/a
|
public abstract class Telerik.Windows.Documents.Core.Data.DocumentElementCollectionBase`2
|
--> NONE <--
|
- Method: public virtual void Add (T item)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (T item)
- Method: public virtual void CopyTo (T[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual int IndexOf (T item)
- Method: public virtual void Insert (int index, T item)
- Method: public void InsertRange (int index, IEnumerable`1 items)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnAfterRemove (T item)
- Method: public virtual bool Remove (T item)
- Method: public virtual void RemoveAt (int index)
- Method: public void RemoveRange (int index, int count)
- Method: protected abstract void SetParent (T item, TOwner parent)
- Method (i): public virtual string ToString ()
- Method: protected abstract void VerifyDocumentElementOnInsert (T item)
- Property: virtual int Count { public get; }
- Property: virtual T this [int index] { public get; public set; }
- Property: protected TOwner Owner { }
|
Telerik.Windows.Documents.Core.Data IStackCollectionElement () |
n/a
|
public interface Telerik.Windows.Documents.Core.Data.IStackCollectionElement
|
--> NONE <--
|
- Property: string Name { public get; }
|
Telerik.Windows.Documents.Core.Data StackCollection`1 () |
n/a
|
public class Telerik.Windows.Documents.Core.Data.StackCollection`1
|
--> NONE <--
|
- Constructor: public StackCollection`1 ()
- Method: public virtual void Add (T item)
- Method: public bool AddAfter (string presentedElementName, T element)
- Method: public bool AddBefore (string presentedElementName, T layer)
- Method: public void AddFirst (T element)
- Method: public void AddLast (T element)
- Method: public virtual void Clear ()
- Method: public bool Contains (string elementName)
- Method: public virtual bool Contains (T item)
- Method: public virtual void CopyTo (T[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public T GetElementByName (string elementName)
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public bool Remove (string elementName)
- Method: public virtual bool Remove (T item)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: virtual bool IsReadOnly { public get; }
|
Telerik.Windows.Documents.Core.Fonts FontProperties () |
n/a
|
public class Telerik.Windows.Documents.Core.Fonts.FontProperties
|
--> NONE <--
|
- Constructor: public FontProperties (FontFamily fontFamily)
- Constructor: public FontProperties (FontFamily fontFamily, FontStyle fontStyle, FontWeight fontWeight)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: FontFamily FontFamily { public get; }
- Property: string FontFamilyName { public get; }
- Property: FontStyle FontStyle { public get; }
- Property: FontWeight FontWeight { public get; }
- Property: bool IsMonoSpaced { public get; }
|
JpegEncodingType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Core.Imaging.Jpeg.JpegEncodingType
                    BaselineDct = 0,
                    ProgressiveDct = 1,
                    NotSupported = 2,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Core.Imaging.Jpeg.Encoder JpegEncoderParameters () |
n/a
|
public class Telerik.Windows.Documents.Core.Imaging.Jpeg.Encoder.JpegEncoderParameters
|
--> NONE <--
|
- Constructor: public JpegEncoderParameters ()
- Event: public event PropertyChangedEventHandler PropertyChanged
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Byte[] ChrominanceTable { public get; public set; }
- Property: JpegEncodingType EncodingType { public get; public set; }
- Property: Byte[] LuminanceTable { public get; public set; }
- Property: float QuantizingQuality { public get; public set; }
- Property: int SamplePrecision { public get; public set; }
|
Telerik.Windows.Documents.Core.Input.PointerHandlers PointerHandlersControllerBase () |
n/a
|
public abstract class Telerik.Windows.Documents.Core.Input.PointerHandlers.PointerHandlersControllerBase
|
--> NONE <--
|
- Constructor: protected PointerHandlersControllerBase ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Telerik.Windows.Documents.Core.TextMeasurer ITextMeasurer () |
n/a
|
public interface Telerik.Windows.Documents.Core.TextMeasurer.ITextMeasurer
|
--> NONE <--
|
- Method: TextMeasurementInfo MeasureText (TextProperties textProperties, FontProperties fontProperties)
|
SubStringPosition () |
n/a
|
public sealed enum Telerik.Windows.Documents.Core.TextMeasurer.SubStringPosition
                    None = 0,
                    Start = 1,
                    Middle = 2,
                    End = 3,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Core.TextMeasurer TextMeasurementInfo () |
n/a
|
public class Telerik.Windows.Documents.Core.TextMeasurer.TextMeasurementInfo
|
--> NONE <--
|
- Constructor: public TextMeasurementInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double BaselineOffset { public get; public set; }
- Property: static TextMeasurementInfo Empty { public get; }
- Property: Size Size { public get; public set; }
|
Telerik.Windows.Documents.Core.TextMeasurer TextProperties () |
n/a
|
public class Telerik.Windows.Documents.Core.TextMeasurer.TextProperties
|
--> NONE <--
|
- Constructor: public TextProperties (string text, double size, SubStringPosition subStringPosition)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double Size { public get; }
- Property: SubStringPosition SubStringPosition { public get; }
- Property: string Text { public get; }
|
Telerik.Windows.Documents.Exceptions NotSupportedFeatureException () |
n/a
|
public class Telerik.Windows.Documents.Exceptions.NotSupportedFeatureException
|
--> NONE <--
|
- Constructor: public NotSupportedFeatureException ()
- Constructor: protected NotSupportedFeatureException (SerializationInfo info, StreamingContext context)
- Constructor: public NotSupportedFeatureException (string message)
- Constructor: public NotSupportedFeatureException (string message, Exception cause)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
Telerik.Windows.Documents.Exceptions NotSupportedScanDecoderException () |
n/a
|
public class Telerik.Windows.Documents.Exceptions.NotSupportedScanDecoderException
|
--> NONE <--
|
- Constructor: public NotSupportedScanDecoderException ()
- Constructor: protected NotSupportedScanDecoderException (SerializationInfo info, StreamingContext context)
- Constructor: public NotSupportedScanDecoderException (string message)
- Constructor: public NotSupportedScanDecoderException (string message, Exception cause)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
Telerik.Windows.Documents.Exceptions NotSupportedScanEncoderException () |
n/a
|
public class Telerik.Windows.Documents.Exceptions.NotSupportedScanEncoderException
|
--> NONE <--
|
- Constructor: public NotSupportedScanEncoderException ()
- Constructor: protected NotSupportedScanEncoderException (SerializationInfo info, StreamingContext context)
- Constructor: public NotSupportedScanEncoderException (string message)
- Constructor: public NotSupportedScanEncoderException (string message, Exception cause)
- Event: protected event EventHandler`1 SerializeObjectState
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual Exception GetBaseException ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public virtual Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual IDictionary Data { public get; }
- Property: virtual string HelpLink { public get; public set; }
- Property: int HResult { public get; }
- Property: virtual Exception InnerException { public get; }
- Property: virtual string Message { public get; }
- Property: virtual string Source { public get; public set; }
- Property: virtual string StackTrace { public get; }
- Property: virtual MethodBase TargetSite { public get; }
|
Telerik.Windows.Documents.FormatProviders.OpenXml OpenXmlImportSettings () |
n/a
|
public class Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImportSettings
|
--> NONE <--
|
- Constructor: public OpenXmlImportSettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Telerik.Windows.Documents.FormatProviders.OpenXml.Export OpenXmlExportSettings () |
n/a
|
public class Telerik.Windows.Documents.FormatProviders.OpenXml.Export.OpenXmlExportSettings
|
--> NONE <--
|
- Constructor: public OpenXmlExportSettings ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Telerik.Windows.Documents.Media ImageSource () |
n/a
|
public class Telerik.Windows.Documents.Media.ImageSource
|
--> NONE <--
|
- Constructor: public ImageSource (byte[] data, string extension)
- Constructor: public ImageSource (Stream stream, string extension)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual Byte[] Data { public get; }
- Property: virtual string Extension { public get; }
|
Telerik.Windows.Documents.Media Unit () |
n/a
|
public abstract sealed class Telerik.Windows.Documents.Media.Unit
|
--> NONE <--
|
- Method: public static double CmToDip (double value)
- Method: public static double DipToCm (double value)
- Method: public static double DipToEmu (double value)
- Method: public static int DipToEmuI (double value)
- Method: public static double DipToInch (double value)
- Method: public static double DipToMm (double value)
- Method: public static double DipToPica (double value)
- Method: public static double DipToPoint (double value)
- Method: public static int DipToPointI (double pixels)
- Method: public static double DipToTwip (double value)
- Method: public static float DipToTwipF (double value)
- Method: public static int DipToTwipI (double value)
- Method: public static double DipToUnit (double value, UnitType type)
- Method: public static double EmToPixel (double basePixelSize, double value)
- Method: public static double EmuToDip (double value)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static double InchToDip (double value)
- Method: public static bool IsRelativeUnitType (UnitType type)
- Method (i): protected object MemberwiseClone ()
- Method: public static double MmToDip (double value)
- Method: public static double PercentToPixel (double basePixelSize, double value)
- Method: public static double PicaToDip (double value)
- Method: public static double PixelToEm (double basePixelSize, double value)
- Method: public static double PixelToPercent (double basePixelSize, double value)
- Method: public static double PixelToUnit (double basePixelSize, double value, UnitType type)
- Method: public static double PointToDip (double value)
- Method (i): public virtual string ToString ()
- Method: public static double TwipToDip (double value)
- Method: public static float TwipToDipF (double value)
- Method: public static int TwipToDipI (double value)
- Method: public static double UnitToDip (double value, UnitType type)
- Method: public static double UnitToPixel (double basePixelSize, double value, UnitType type)
|
UnitType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Media.UnitType
                    Dip = 0,
                    Point = 1,
                    Pica = 2,
                    Inch = 3,
                    Mm = 4,
                    Cm = 5,
                    Twip = 6,
                    Emu = 7,
                    Percent = 8,
                    Em = 9,
|
--> NONE <--
|
--> NONE <--
|
PageOrientation () |
n/a
|
public sealed enum Telerik.Windows.Documents.Model.PageOrientation
                    Rotate0 = 0,
                    Portrait = 0,
                    Landscape = 1,
                    Rotate90 = 1,
                    Rotate180 = 2,
                    Rotate270 = 3,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Model PaperTypeConverter () |
n/a
|
public abstract sealed class Telerik.Windows.Documents.Model.PaperTypeConverter
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public static Size ToSize (PaperTypes type)
- Method (i): public virtual string ToString ()
|
PaperTypes () |
n/a
|
public sealed enum Telerik.Windows.Documents.Model.PaperTypes
                    A0 = 1,
                    A1 = 2,
                    A2 = 3,
                    A3 = 4,
                    A4 = 5,
                    A5 = 6,
                    RA0 = 7,
                    RA1 = 8,
                    RA2 = 9,
                    RA3 = 10,
                    RA4 = 11,
                    RA5 = 12,
                    B0 = 13,
                    B1 = 14,
                    B2 = 15,
                    B3 = 16,
                    B4 = 17,
                    B5 = 18,
                    Quarto = 19,
                    Foolscap = 20,
                    Executive = 21,
                    GovernmentLetter = 22,
                    Letter = 23,
                    Legal = 24,
                    Ledger = 25,
                    Tabloid = 26,
                    Post = 27,
                    Crown = 28,
                    LargePost = 29,
                    Demy = 30,
                    Medium = 31,
                    Royal = 32,
                    Elephant = 33,
                    DoubleDemy = 34,
                    QuadDemy = 35,
                    STMT = 36,
                    Folio = 37,
                    Statement = 38,
                    Size10x14 = 39,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Model.Drawing.Shapes Image () |
n/a
|
public sealed class Telerik.Windows.Documents.Model.Drawing.Shapes.Image
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected override void InitializeSize ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public void SetHeight (bool respectLockAspectRatio, double height)
- Method (i): public void SetWidth (bool respectLockAspectRatio, double width)
- Method (i): public virtual string ToString ()
- Property: double Height { public get; public set; }
- Property: ImageSource ImageSource { public get; public set; }
- Property: bool IsHorizontallyFlipped { public get; public set; }
- Property: bool IsVerticallyFlipped { public get; public set; }
- Property: bool LockAspectRatio { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool PreferRelativeToOriginalResize { public get; public set; }
- Property: double RotationAngle { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: double Width { public get; public set; }
|
Telerik.Windows.Documents.Model.Drawing.Shapes ShapeBase () |
n/a
|
public abstract class Telerik.Windows.Documents.Model.Drawing.Shapes.ShapeBase
|
--> NONE <--
|
- Constructor: protected ShapeBase (ShapeBase other)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected virtual void InitializeSize ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetHeight (bool respectLockAspectRatio, double height)
- Method: public void SetWidth (bool respectLockAspectRatio, double width)
- Method (i): public virtual string ToString ()
- Property: double Height { public get; public set; }
- Property: bool IsHorizontallyFlipped { public get; public set; }
- Property: bool IsVerticallyFlipped { public get; public set; }
- Property: bool LockAspectRatio { public get; public set; }
- Property: string Name { public get; public set; }
- Property: double RotationAngle { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: double Width { public get; public set; }
|
Telerik.Windows.Documents.Primitives Padding () |
n/a
|
public class Telerik.Windows.Documents.Primitives.Padding
|
--> NONE <--
|
- Constructor: public Padding (double all)
- Constructor: public Padding (double left, double top, double right, double bottom)
- Field: public static readonly Padding Empty
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: double Bottom { public get; }
- Property: double Left { public get; }
- Property: double Right { public get; }
- Property: double Top { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Core INamedObject () |
n/a
|
public interface Telerik.Windows.Documents.Spreadsheet.Core.INamedObject
|
--> NONE <--
|
- Property: string Name { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Core NamedObjectBase () |
n/a
|
public abstract class Telerik.Windows.Documents.Spreadsheet.Core.NamedObjectBase
|
--> NONE <--
|
- Constructor: protected NamedObjectBase (string name)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual string Name { public get; }
|
ColorShadeType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Spreadsheet.Model.ColorShadeType
                    Shade1 = 0,
                    Shade2 = 1,
                    Shade3 = 2,
                    Shade4 = 3,
                    Shade5 = 4,
|
--> NONE <--
|
--> NONE <--
|
FontLanguageType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Spreadsheet.Model.FontLanguageType
                    Latin = 0,
                    EastAsian = 1,
                    ComplexScript = 2,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Spreadsheet.Model ThemableColor () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Model.ThemableColor
|
--> NONE <--
|
- Constructor: public ThemableColor (Color color)
- Constructor: public ThemableColor (Color color, bool isAutomatic)
- Constructor: public ThemableColor (ThemeColorType themeColorType, double tintAndShade)
- Constructor: public ThemableColor (ThemeColorType themeColorType, Nullable`1 colorShadeType)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ThemableColor FromArgb (byte alfa, byte red, byte green, byte blue)
- Method: public virtual Color GetActualValue (DocumentTheme theme)
- Method: public Color GetActualValue (ThemeColorScheme colorScheme)
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: Nullable`1 ColorShadeType { public get; }
- Property: bool IsAutomatic { public get; }
- Property: virtual bool IsFromTheme { public get; }
- Property: virtual Color LocalValue { public get; }
- Property: ThemeColorType ThemeColorType { public get; }
- Property: Nullable`1 TintAndShade { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Model ThemableFontFamily () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Model.ThemableFontFamily
|
--> NONE <--
|
- Constructor: public ThemableFontFamily (string familyName)
- Constructor: public ThemableFontFamily (FontFamily fontFamily)
- Constructor: public ThemableFontFamily (ThemeFontType themeFontType)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual FontFamily GetActualValue (DocumentTheme theme)
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: virtual bool IsFromTheme { public get; }
- Property: virtual FontFamily LocalValue { public get; }
- Property: ThemeFontType ThemeFontType { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming DocumentTheme () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme
|
--> NONE <--
|
- Constructor: public DocumentTheme (string name, ThemeColorScheme colorScheme, ThemeFontScheme fontScheme)
- Method: public DocumentTheme Clone ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ThemeColorScheme ColorScheme { public get; }
- Property: ThemeFontScheme FontScheme { public get; }
- Property: virtual string Name { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming IThemableObject`1 () |
n/a
|
public interface Telerik.Windows.Documents.Spreadsheet.Theming.IThemableObject`1
|
--> NONE <--
|
- Method: T GetActualValue (DocumentTheme theme)
- Property: bool IsFromTheme { public get; }
- Property: T LocalValue { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming PredefinedThemeSchemes () |
n/a
|
public abstract sealed class Telerik.Windows.Documents.Spreadsheet.Theming.PredefinedThemeSchemes
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static ReadOnlyCollection`1 ColorSchemes { public get; }
- Property: static DocumentTheme DefaultTheme { public get; }
- Property: static ReadOnlyCollection`1 FontSchemes { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming ThemeColor () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColor
|
--> NONE <--
|
- Constructor: public ThemeColor (Color color, ThemeColorType themeColorType)
- Method: public ThemeColor Clone ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Color Color { public get; }
- Property: ThemeColorType ThemeColorType { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming ThemeColorScheme () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorScheme
|
--> NONE <--
|
- Constructor: public ThemeColorScheme (string name, Color background1, Color text1, Color background2, Color text2, Color accent1, Color accent2, Color accent3, Color accent4, Color accent5, Color accent6, Color hyperlink, Color followedHyperlink)
- Method: public ThemeColorScheme Clone ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method: public override int GetHashCode ()
- Method: public double GetTintAndShade (ThemeColorType themeColorType, ColorShadeType colorShadeType)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ThemeColor this [ThemeColorType colorType] { public get; }
- Property: virtual string Name { public get; }
|
ThemeColorType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Spreadsheet.Theming.ThemeColorType
                    Background1 = 0,
                    Text1 = 1,
                    Background2 = 2,
                    Text2 = 3,
                    Accent1 = 4,
                    Accent2 = 5,
                    Accent3 = 6,
                    Accent4 = 7,
                    Accent5 = 8,
                    Accent6 = 9,
                    Hyperlink = 10,
                    FollowedHyperlink = 11,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Spreadsheet.Theming ThemeFont () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFont
|
--> NONE <--
|
- Constructor: public ThemeFont (string fontName, FontLanguageType fontLanguageType)
- Constructor: public ThemeFont (FontFamily fontFamily, FontLanguageType fontLanguageType)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: FontFamily FontFamily { public get; }
- Property: FontLanguageType FontLanguageType { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming ThemeFonts () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFonts
|
--> NONE <--
|
- Constructor: public ThemeFonts (string latinFontName, string eastAsianFontName, string complexScriptFontName)
- Method: public ThemeFonts Clone ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ThemeFont this [FontLanguageType fontLanguageType] { public get; }
|
Telerik.Windows.Documents.Spreadsheet.Theming ThemeFontScheme () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontScheme
|
--> NONE <--
|
- Constructor: public ThemeFontScheme (string name, string latinMajorFontName, string latinMinorFontName, string eastAsianMajorFontName, string eastAsianMinorFontName, string complexScriptMajorFontName, string complexScriptMinorFontName)
- Method: public ThemeFontScheme Clone ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ThemeFonts this [ThemeFontType fontType] { public get; }
- Property: virtual string Name { public get; }
|
ThemeFontType () |
n/a
|
public sealed enum Telerik.Windows.Documents.Spreadsheet.Theming.ThemeFontType
                    Minor = 0,
                    Major = 1,
|
--> NONE <--
|
--> NONE <--
|
Telerik.Windows.Documents.Spreadsheet.Utilities ThemableColorTypeConverter () |
n/a
|
public class Telerik.Windows.Documents.Spreadsheet.Utilities.ThemableColorTypeConverter
|
--> NONE <--
|
- Constructor: public ThemableColorTypeConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method: public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method: public override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
|