AttributeName

AttributeName

Overview

AttributeName is a class in Aspose.PDF FOSS for .NET.

A typed value for a standard attribute name (the /Name-valued entries in an attribute object, e.g.

This class provides 1 method for working with AttributeName objects in .NET programs. Available methods include: ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Height_Auto, Placement_Before, Placement_Block, Placement_End, Placement_Inline, Placement_Start, and 12 more.

Properties

NameTypeAccessDescription
Placement_BlockAttributeNameReadGets the placement block.
Placement_InlineAttributeNameReadGets the placement inline.
Placement_BeforeAttributeNameReadGets the placement before.
Placement_StartAttributeNameReadGets the placement start.
Placement_EndAttributeNameReadGets the placement end.
TextAlign_StartAttributeNameReadGets the textalign start.
TextAlign_CenterAttributeNameReadGets the textalign center.
TextAlign_EndAttributeNameReadGets the textalign end.
TextAlign_JustifyAttributeNameReadGets the textalign justify.
Height_AutoAttributeNameReadGets the height auto.
Width_AutoAttributeNameReadGets the width auto.
TextDecorationType_NoneAttributeNameReadGets the textdecorationtype none.
TextDecorationType_UnderlineAttributeNameReadGets the textdecorationtype underline.
TextDecorationType_OverlineAttributeNameReadGets the textdecorationtype overline.
TextDecorationType_LineThroughAttributeNameReadGets the textdecorationtype linethrough.
Scope_RowAttributeNameReadGets the scope row.
Scope_ColumnAttributeNameReadGets the scope column.
Scope_BothAttributeNameReadGets the scope both.

Methods

SignatureDescription
ToString()The full PDF name (e.g.

See Also