'Declaration Public Function FindById( _
ByVal styleIdThe identifier of the style.As System.String _
) As DocxDocumentStyle
public DocxDocumentStyle FindById(
System.String styleId
)
public: DocxDocumentStyle* FindById(
System.String styleId
)
public:
DocxDocumentStyle^ FindById(
System.String styleId
)
Parameters
- styleId
- The identifier of the style.
Return Value
The DocxDocumentStyle with specified identifier.