Table of Contents

Class ALF

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:alf="http://schemas.microsoft.com/office/drawing/2021/livefeed" namespace.

public static class ALF
Inheritance
ALF
Inherited Members

Fields

Blur

Represents the alf:Blur XML element.

public static readonly XName Blur

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: backgroundProps.
  • has the following child XML elements: extLst.
  • corresponds to the following strongly-typed classes: BackgroundBlurProperties.

Custom

Represents the alf:Custom XML element.

public static readonly XName Custom

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: backgroundProps.
  • has the following child XML elements: extLst.
  • corresponds to the following strongly-typed classes: BackgroundCustomProperties.

Normal

Represents the alf:Normal XML element.

public static readonly XName Normal

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: backgroundProps.
  • has the following child XML elements: extLst.
  • corresponds to the following strongly-typed classes: BackgroundNormalProperties.

Removed

Represents the alf:Removed XML element.

public static readonly XName Removed

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: backgroundProps.
  • has the following child XML elements: extLst.
  • corresponds to the following strongly-typed classes: BackgroundRemovedProperties.

alf

Defines the XML namespace associated with the alf prefix.

public static readonly XNamespace alf

Field Value

XNamespace

backgroundProps

Represents the alf:backgroundProps XML element.

public static readonly XName backgroundProps

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: liveFeedProps.
  • has the following child XML elements: Blur, Custom, extLst, Normal, Removed.
  • corresponds to the following strongly-typed classes: LiveFeedBackgroundProperties.

extLst

Represents the alf:extLst XML element.

public static readonly XName extLst

Field Value

XName

Remarks

As an XML element, it:

liveFeedProps

Represents the alf:liveFeedProps XML element.

public static readonly XName liveFeedProps

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: ext, graphicData.
  • has the following child XML elements: backgroundProps, extLst.
  • corresponds to the following strongly-typed classes: LiveFeedProperties.