Informs about whether a certain attribute has the same value for the complete selection.

IsCommonValueSelected(Selection.Attribute)

public bool IsCommonValueSelected(Selection.Attribute attribute);

IsCommonValueSelected(ParagraphFormat.Attribute)

public bool IsCommonValueSelected(ParagraphFormat.Attribute attribute);

IsCommonValueSelected(ListFormat.Attribute)

public bool IsCommonValueSelected(ListFormat.Attribute attribute);

IsCommonValueSelected(SectionFormat.Attribute)

public bool IsCommonValueSelected(SectionFormat.Attribute attribute);

IsCommonValueSelected(PageMargins.Attribute)

public bool IsCommonValueSelected(PageMargins.Attribute attribute);

IsCommonValueSelected(PageSize.Attribute)

public bool IsCommonValueSelected(PageSize.Attribute attribute);

IsCommonValueSelected(PageBorder.Attribute)

public bool IsCommonValueSelected(PageBorder.Attribute attribute);

Parameters

Parameter Description
attribute Specifies a possible value from the enumeration.

Return Value

The return value is true if the complete selection is formatted with the same value of the specified attribute. Otherwise it is false.