Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!...Document doc = new Document ( MyDir + "Style with alias.docx" ); //...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...