Show / Hide Table of Contents

Class FlowDocumentExtensions

A class with extensions for FlowDocument.

Inheritance
object
FlowDocumentExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class FlowDocumentExtensions

Methods

View Source

ReplaceImagePlaceholders(FlowDocument)

Replaces image placeholders found within the FlowDocument UI element.

Declaration
public static void ReplaceImagePlaceholders(this FlowDocument document)
Parameters
Type Name Description
FlowDocument document

The flow document.

  • View Source
In this article
Back to top Generated by DocFX