[C#]
public bool IsCommonValueSelected(Attribute attribute);
public bool IsCommonValueSelected(ParagraphFormat.Attribute attribute);
public bool IsCommonValueSelected(ListFormat.Attribute attribute);
public bool IsCommonValueSelected(SectionFormat.Attribute attribute);
public bool IsCommonValueSelected(PageMargins.Attribute attribute);
[Visual Basic]
Public Function IsCommonValueSelected(ByVal attribute As Attribute) As Boolean
Public Function IsCommonValueSelected(ByVal attribute As ParagraphFormat.Attribute) As Boolean
Public Function IsCommonValueSelected(ByVal attribute As ListFormat.Attribute) As Boolean
Public Function IsCommonValueSelected(ByVal attribute As SectionFormat.Attribute) As Boolean
Public Function IsCommonValueSelected(ByVal attribute As PageMargins.Attribute) As Boolean
|