Class
DrawingFloatingBlock

Represents a floating block for DrawingML floating objects.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public abstract class DrawingFloatingBlock : FloatingBlock

Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlock

Derived Classes: FloatingImageBlockFloatingShapeBlock

Inherited Members FloatingBlock.CreateLayoutBox(DocumentStructureCollection)FloatingBlock.CopyContentFromOverride(DocumentElement)FloatingBlock.HorizontalPositionFloatingBlock.VerticalPositionFloatingBlock.AllowOverlapFloatingBlock.MarginFloatingBlock.WrappingStyleFloatingBlock.TextWrapFloatingBlock.AffectsLayoutFloatingBlock.SkipPositionBeforeFloatingBlock.DeleteBehaviorFloatingBlock.BackspaceBehaviorFloatingBlock.DeleteSelectedBehaviorAnnotationMarkerBase.AnnotationIDAnnotationMarkerBase.SkipPositionAfterAnnotationMarkerBase.IsWordSeparatorAnnotationMarkerBase.IsCopyableInline.CopyFromPositionToEndOfInline(DocumentPosition, DocumentPosition)Inline.CopyFromStartOfInlineToEndPosition(DocumentPosition)Inline.CopyContentFrom(DocumentElement)Inline.FieldStartDocumentElement.CreateNewElementInstance()DocumentElement.GetStyleProperty(IStylePropertyDefinition)DocumentElement.GetStyleProperty(string)DocumentElement.EnumerateChildrenOfType<T>()DocumentElement.GetParentOfType<T>()DocumentElement.CreateLayoutBox()DocumentElement.CopyPropertiesFrom(DocumentElement)DocumentElement.CopyPropertiesFromStyle(StyleDefinition)DocumentElement.ExtractStyleFromProperties()DocumentElement.ExtractStyleFromLocalProperties()DocumentElement.InvalidateAssociatedBoxesArrange()DocumentElement.InvalidateAssociatedBoxesMeasure()DocumentElement.InvalidateAssociatedBoxesLayout()DocumentElement.GetAssociatedLayoutBoxes()DocumentElement.GetRootDocument()DocumentElement.CreateDeepCopy()DocumentElement.CreateShallowCopy()DocumentElement.GetPropertyValueSource(IStylePropertyDefinition)DocumentElement.ClearValue(IStylePropertyDefinition)DocumentElement.OnRemoved()DocumentElement.OnStyleChanging()DocumentElement.OnStyleChanged()DocumentElement.OnStylePropertyChanged(StylePropertyChangeEventArgs)DocumentElement.OnParentChanging()DocumentElement.OnParentChanged()DocumentElement.ChildIndexDocumentElement.HasStyleDocumentElement.StyleDocumentElement.StyleNameDocumentElement.TagDocumentElement.FirstLayoutBoxDocumentElement.IsFirstLayoutBoxInitializedDocumentElement.DocumentElementsDocumentElement.ParentDocumentElement.ChildrenDocumentElement.PreviousSiblingDocumentElement.NextSiblingDocumentElement.CursorDocumentElement.StyleChangingDocumentElement.StyleChangedDocumentElement.StylePropertyChangedDocumentElement.ParentChangingDocumentElement.ParentChangedDocumentElement.PropertyValueChanged

Constructors

DrawingFloatingBlock()

Initializes a new instance of the DrawingFloatingBlock class.

Declaration

cs-api-definition
public DrawingFloatingBlock()

Properties

DrawingInline

Represents a drawing inline element within a floating block in the Telerik document model.

Declaration

cs-api-definition
public DrawingInline DrawingInline { get; set; }

Property Value

DrawingInline

Methods

CopyPropertiesFromOverride(DocumentElement)

Copies the properties from another element into the current instance.

Declaration

cs-api-definition
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)

Parameters

fromElement

DocumentElement

From element.

Overrides FloatingBlock.CopyPropertiesFromOverride(DocumentElement)