ne_ven_addNewLocalStyle

VLocalStyle *sbne::ne_ven_addNewLocalStyle(Veneer *ven, std::string styleId = "")

Creates a VLocalStyle object, sets the values of its attributes, and adds it to the Veneer object.

Parameters:
  • ven – a pointer to the Veneer object.

  • styleId – a string to use as the value of the “id” attribute of the VLocalStyle object.

Returns:

a pointer to the added VLocalStyle object.